Mercurial > emacs
changeset 18662:ff357940f89c libc-970707 libc-970708 libc-970709 libc-970710 libc-970713
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jul 1997 08:40:20 +0000 |
parents | 537522d5e6d8 |
children | 8b53028950ae |
files | config.guess |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Mon Jul 07 08:27:34 1997 +0000 +++ b/config.guess Mon Jul 07 08:40:20 1997 +0000 @@ -520,6 +520,14 @@ 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}