From: Richard M. Stallman Date: Mon, 7 Jul 1997 08:40:20 +0000 (+0000) Subject: (i?86:UNIX_SV:4.2MP:2.*): Recognize unixware. X-Git-Tag: emacs-20.1~1284 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/469f21682d76ff3235a5d06e811fd9827f621701 (i?86:UNIX_SV:4.2MP:2.*): Recognize unixware. --- diff --git a/config.guess b/config.guess index 6cbbe8c938..1a1d31f557 100755 --- a/config.guess +++ b/config.guess @@ -520,6 +520,14 @@ EOF i?86:DYNIX/ptx:4*:*) echo i386-sequent-sysv4 exit 0 ;; + i?86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}