diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-09-15 21:50:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-09-15 21:50:28 (GMT) |
commit | 51ff984269fce896e20e84433ec333530858073d (patch) | |
tree | dd074f98ce1261d99ef240d9085b437a687a7b7d /bin | |
parent | d38baac55f8d16ecdccdc2a3313f8fe48beaf326 (diff) | |
download | hdf5-51ff984269fce896e20e84433ec333530858073d.zip hdf5-51ff984269fce896e20e84433ec333530858073d.tar.gz hdf5-51ff984269fce896e20e84433ec333530858073d.tar.bz2 |
[svn-r699] Updated version number for release.r1_1beta1
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config.guess b/bin/config.guess index d334733..03f0dcd 100755 --- a/bin/config.guess +++ b/bin/config.guess @@ -303,6 +303,9 @@ EOF CRAY-2:*:*:*) echo cray2-cray-unicos exit 0 ;; + CRAY*TS:*:*:*) + echo crayts-cray-unicos + exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; |