]> git.eshelyaron.com Git - emacs.git/commitdiff
New entry for HP/UX-11.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Oct 2001 17:37:16 +0000 (17:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Oct 2001 17:37:16 +0000 (17:37 +0000)
configure.in

index 66fa891f4a2401bfe4eac70313ccb216200cc5fa..a224f45cee7500f3143cbca2afe3b2d8532fa9bc 100644 (file)
@@ -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* )