From: Ben Elliston Date: Mon, 25 Jan 1999 02:12:19 +0000 (+0000) Subject: 1999-01-25 Ben Elliston X-Git-Tag: experimental-branchpoint~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe3e83d5256cb7e3bead151fa2a8683d6f9e31c;p=thirdparty%2Fautoconf.git 1999-01-25 Ben Elliston * config.guess: Synchronise with master FSF version. Add detection for HP MPE/iX. --- diff --git a/ChangeLog b/ChangeLog index 4b86a8c4..a5f493bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-25 Ben Elliston + + * config.guess: Synchronise with master FSF version. Add detection + for HP MPE/iX. + 1999-01-23 Ben Elliston * config.guess: Catch more NILE system models. Contributed by diff --git a/config.guess b/config.guess index 329821f4..d73c7946 100755 --- a/config.guess +++ b/config.guess @@ -444,6 +444,9 @@ EOF 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; + *9??*:MPE*:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;;