# HG changeset patch # User Richard M. Stallman # Date 889500803 0 # Node ID b808afa167c4351e69dee9ab6604b16dfc3c37fb # Parent 57786565109942bc10de8773412902dfe45aebc2 (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. (m68*-hp-hpux*): Handle versions 1X like 10. diff -r 577865651099 -r b808afa167c4 configure.in --- a/configure.in Tue Mar 10 00:29:10 1998 +0000 +++ b/configure.in Tue Mar 10 03:33:23 1998 +0000 @@ -452,7 +452,7 @@ *.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 @@ hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; - hppa*-hp-hpux10* ) + hppa*-hp-hpux1[0-9]* ) machine=hp800 opsys=hpux10 ;;