From: Eli Zaretskii Date: Wed, 31 Oct 2001 17:20:54 +0000 (+0000) Subject: New entry for HP/UX-11. X-Git-Tag: ttn-vms-21-2-B4~18944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f4d6b177a9eac8e7484c819817ee86364ccd5f0;p=emacs.git New entry for HP/UX-11. --- diff --git a/ChangeLog b/ChangeLog index 052ae112d3d..bbda398e316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-30 Eli Zaretskii + + * configure.in: New entry for HP/UX-11. + 2001-10-31 Eli Zaretskii * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. diff --git a/configure.in b/configure.in index 6f32ec66b6f..49394c037a5 100644 --- a/configure.in +++ b/configure.in @@ -524,9 +524,12 @@ case "${canonical}" in hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; - hppa*-hp-hpux1[0-9]* ) + hppa*-hp-hpux10* ) machine=hp800 opsys=hpux10 ;; + hppa*-hp-hpux1[1-9]* ) + machine=hp800 opsys=hpux11 + ;; ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux* )