]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-07 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 6 Apr 1999 07:58:28 +0000 (07:58 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 6 Apr 1999 07:58:28 +0000 (07:58 +0000)
* config.guess: Add more CLIX machines. From Thomas Dickey.

ChangeLog
config.guess

index 72058b7e2fa5abef508b513f36ef98104d488e8a..79b2699403675d7bb312d9e4fa3a5dcfc3c74870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-07  Ben Elliston  <bje@cygnus.com>
+
+       * config.guess: Add more CLIX machines. From Thomas Dickey.
+
 1999-04-06  Ben Elliston  <bje@cygnus.com>
 
        * config.guess: Avoid the possibility of `ld' on GNU/Linux systems
index 244b0a4051c5fb26cc45bc1b5a47f4e4ea70d9a6..a1b76ce2f4c11c3ac87e8eb73d0ebbe0da31a480 100755 (executable)
@@ -276,7 +276,7 @@ EOF
     VAX*:ULTRIX*:*:*)
        echo vax-dec-ultrix${UNAME_RELEASE}
        exit 0 ;;
-    2020:CLIX:*:*)
+    2020:CLIX:*:* | 2430:CLIX:*:*)
        echo clipper-intergraph-clix${UNAME_RELEASE}
        exit 0 ;;
     mips:*:*:UMIPS | mips:*:*:RISCos)