From: Ben Elliston Date: Thu, 25 Feb 1999 18:27:35 +0000 (+0000) Subject: 1999-02-24 Ben Elliston X-Git-Tag: experimental-branchpoint~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06188d7aeea27e0c7110e1535f0130eaf719dfe;p=thirdparty%2Fautoconf.git 1999-02-24 Ben Elliston * config.guess: Detect LynxOS 3.x. Contributed by Giuseppe Guerrini . --- diff --git a/config.guess b/config.guess index cf26ad0a..490003df 100755 --- a/config.guess +++ b/config.guess @@ -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.*:*)