]> git.eshelyaron.com Git - emacs.git/commitdiff
(hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Mar 1998 03:33:23 +0000 (03:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Mar 1998 03:33:23 +0000 (03:33 +0000)
(m68*-hp-hpux*): Handle versions 1X like 10.

configure.in

index 87a4f25da346165227ef8550951c5bb065bc8567..3c9a5180d8a565ee6eb88160b1596af6d6e26b4f 100644 (file)
@@ -452,7 +452,7 @@ case "${canonical}" in
       *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
       *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
       *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
-      *.10.* ) machine=hp9000s300 opsys=hpux9shr ;;
+      *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
       *) machine=hp9000s300 opsys=hpux ;;
     esac
   ;;
@@ -470,7 +470,7 @@ case "${canonical}" in
   hppa*-hp-hpux9* )
     machine=hp800 opsys=hpux9
   ;;
-  hppa*-hp-hpux10* )
+  hppa*-hp-hpux1[0-9]* )
     machine=hp800 opsys=hpux10
   ;;