From: Richard M. Stallman Date: Tue, 10 Mar 1998 03:33:23 +0000 (+0000) Subject: (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. X-Git-Tag: emacs-20.3~1946 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88a806e90dc530d9134f26d527d47dc844ae5934;p=emacs.git (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. (m68*-hp-hpux*): Handle versions 1X like 10. --- 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 ;;