From: Richard M. Stallman Date: Thu, 5 Nov 1992 03:15:24 +0000 (+0000) Subject: Don't discard SCO version number if it's 3.2v4. X-Git-Tag: fsf-origin~917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f41a7aec3fada64896c268e94e2f194d2bba9b;p=thirdparty%2Fautoconf.git Don't discard SCO version number if it's 3.2v4. --- diff --git a/config.sub b/config.sub index 171854d04..b8865dcc0 100755 --- a/config.sub +++ b/config.sub @@ -66,6 +66,11 @@ case $os in os= basic_machine=$1 ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + os=-sco3.2v4 + basic_machine=i386-unknown + ;; -sco*) os=-sco3.2v2 basic_machine=i386-unknown