diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-10 03:33:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-10 03:33:23 +0000 |
commit | 47271cc946b1cd823eabc5a19c942ae0cd9d0c70 (patch) | |
tree | 86ac2ac1bab72f6239ad6fe1f76c85edc386501d /configure.in | |
parent | 026e5c95391a5b6777f1f96d628bceac79cdab7d (diff) | |
download | emacs-47271cc946b1cd823eabc5a19c942ae0cd9d0c70.tar.gz |
(hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
(m68*-hp-hpux*): Handle versions 1X like 10.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files 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 ;; |