From: Eli Zaretskii Date: Wed, 31 Oct 2001 17:37:16 +0000 (+0000) Subject: New entry for HP/UX-11. X-Git-Tag: emacs-21.2~391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d23db8ba3d25cd14f7604d5b84db8580b706f71;p=emacs.git New entry for HP/UX-11. --- diff --git a/configure.in b/configure.in index 66fa891f4a2..a224f45cee7 100644 --- a/configure.in +++ b/configure.in @@ -524,9 +524,13 @@ 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* )