diff options
| author | Richard M. Stallman | 1997-07-07 08:40:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-07 08:40:20 +0000 |
| commit | 469f21682d76ff3235a5d06e811fd9827f621701 (patch) | |
| tree | 323e17d4824e67bd7bbc575f0e5a0b6b67a2a7cc | |
| parent | b0e92acdd6e7abe6346c701fb159fc3b4fd8a43d (diff) | |
| download | emacs-469f21682d76ff3235a5d06e811fd9827f621701.tar.gz emacs-469f21682d76ff3235a5d06e811fd9827f621701.zip | |
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
| -rwxr-xr-x | config.guess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 6cbbe8c938a..1a1d31f5572 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -520,6 +520,14 @@ EOF | |||
| 520 | i?86:DYNIX/ptx:4*:*) | 520 | i?86:DYNIX/ptx:4*:*) |
| 521 | echo i386-sequent-sysv4 | 521 | echo i386-sequent-sysv4 |
| 522 | exit 0 ;; | 522 | exit 0 ;; |
| 523 | i?86:UNIX_SV:4.2MP:2.*) | ||
| 524 | # Unixware is an offshoot of SVR4, but it has its own version | ||
| 525 | # number series starting with 2... | ||
| 526 | # I am not positive that other SVR4 systems won't match this, | ||
| 527 | # I just have to hope. -- rms. | ||
| 528 | # Use sysv4.2uw... so that sysv4* matches it. | ||
| 529 | echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} | ||
| 530 | exit 0 ;; | ||
| 523 | i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) | 531 | i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) |
| 524 | if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then | 532 | if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then |
| 525 | echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} | 533 | echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} |