mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
1998-09-28 Ben Elliston <bje@cygnus.com>
* config.guess: Detect multiprocessor DC/OSx running on Pyramid MIServer machines. Contributed by Graham K. Jenkins <Graham.K.Jenkins@corpmail.telstra.com.au>.
This commit is contained in:
parent
312ed465b0
commit
55d2447967
@ -1,5 +1,9 @@
|
||||
1998-09-28 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* config.guess: Detect multiprocessor DC/OSx running on Pyramid
|
||||
MIServer machines. Contributed by Graham K. Jenkins
|
||||
<Graham.K.Jenkins@corpmail.telstra.com.au>.
|
||||
|
||||
* acgeneral.m4 (AC_CHECK_PROG): Fix a bug if the supplied path
|
||||
contains colons. This was observed with some versions of NetBSD
|
||||
`sh' and some versions of `bash'.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -142,7 +142,7 @@ EOF
|
||||
SR2?01:HI-UX/MPP:*:*)
|
||||
echo hppa1.1-hitachi-hiuxmpp
|
||||
exit 0;;
|
||||
Pyramid*:OSx*:*:*|MIS*:OSx*:*:*)
|
||||
Pyramid*:OSx*:*:*|MIS*:OSx*:*:*|MIS*:SMP_DC-OSx*:*:*)
|
||||
# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
|
||||
if test "`(/bin/universe) 2>/dev/null`" = att ; then
|
||||
echo pyramid-pyramid-sysv3
|
||||
|
Loading…
Reference in New Issue
Block a user