changeset 40576:693f01395e8e

New entry for HP/UX-11.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 31 Oct 2001 17:20:14 +0000
parents 4ce7861c6181
children f7d9a9e05b70
files configure.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Oct 31 15:21:11 2001 +0000
+++ b/configure.in	Wed Oct 31 17:20:14 2001 +0000
@@ -524,9 +524,12 @@
   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* )