From: Ben Elliston Date: Sat, 26 Sep 1998 19:55:11 +0000 (+0000) Subject: 1998-09-27 Ben Elliston X-Git-Tag: autoconf-2-13-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588665f7fb53175e27f19add4da82e5a14b80ad2;p=thirdparty%2Fautoconf.git 1998-09-27 Ben Elliston * config.guess: Apply the sysconf(2) test to HP 9000/600-series, 9000/802, 9000/804 and 9000/892 machines. Contributed by Pavel Roskin . --- diff --git a/ChangeLog b/ChangeLog index 36cd3612..0989fe5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1998-09-27 Ben Elliston + * config.guess: Apply the sysconf(2) test to HP 9000/600-series, + 9000/802, 9000/804 and 9000/892 machines. Contributed by Pavel + Roskin . + * acspecific.m4 (AC_PROG_INSTALL): Substitute `INSTALL_SCRIPT'. Contributed by Franc,ois Pinard . diff --git a/config.guess b/config.guess index 20d52e6e..5a2522a1 100755 --- a/config.guess +++ b/config.guess @@ -364,11 +364,11 @@ EOF hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit 0 ;; - 9000/[3478]??:HP-UX:*:*) + 9000/[34678]??:HP-UX:*:*) case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/7?? | 9000/8?[13679] ) + 9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 ) sed 's/^ //' << EOF >dummy.c #include #include