From 88a806e90dc530d9134f26d527d47dc844ae5934 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Mar 1998 03:33:23 +0000 Subject: [PATCH] (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. (m68*-hp-hpux*): Handle versions 1X like 10. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 87a4f25da34..3c9a5180d8a 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; -- 2.39.2