]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-02-24 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:27:35 +0000 (18:27 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:27:35 +0000 (18:27 +0000)
* config.guess: Detect LynxOS 3.x. Contributed by Giuseppe
Guerrini <guisguerrini@racine.ra.it>.

config.guess

index cf26ad0a6333c35abaae5708c50056d4a0748835..490003dfe5ebc9df4adbda416161ece4d7a3706c 100755 (executable)
@@ -776,7 +776,7 @@ EOF
     mc68030:UNIX_System_V:4.*:*)
        echo m68k-atari-sysv4
        exit 0 ;;
-    i?86:LynxOS:2.*:*)
+    i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*)
        echo i386-unknown-lynxos${UNAME_RELEASE}
        exit 0 ;;
     TSUNAMI:LynxOS:2.*:*)