summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-29 20:02:00 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-29 20:02:00 +0000
commit68bfc1f560fe174fcd9e3a06b2cc7c99e7428b48 (patch)
treec64f566f936894b5e9e24e49a39b710eb74c26a2 /configure.in
parentaa1a518348141bacb74cbe44d806afc1297c7589 (diff)
downloademacs-68bfc1f560fe174fcd9e3a06b2cc7c99e7428b48.tar.gz
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f430b992e8a..0bafbc1c3b9 100644
--- a/configure.in
+++ b/configure.in
@@ -353,7 +353,7 @@ case "${canonical}" in
m68*-hp-bsd* )
machine=hp9000s300 opsys=bsd4-3
;;
- ## HP/UX 7, 8 and 9 are supported on these machines.
+ ## HP/UX 7, 8, 9, and 10 are supported on these machines.
m68*-hp-hpux* )
case "`uname -r`" in
## Someone's system reports A.B8.05 for this.
@@ -361,6 +361,7 @@ case "${canonical}" in
*.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
*.08.* ) machine=hp9000s300 opsys=hpux8 ;;
*.09.* ) machine=hp9000s300 opsys=hpux9 ;;
+ *.10.* ) machine=hp9000s300 opsys=hpux9shr ;;
*) machine=hp9000s300 opsys=hpux ;;
esac
;;
@@ -378,6 +379,9 @@ case "${canonical}" in
hppa*-hp-hpux9* )
machine=hp800 opsys=hpux9
;;
+ hppa*-hp-hpux10* )
+ machine=hp800 opsys=hpux9shr
+ ;;
## HP 9000 series 700 and 800, running HP/UX
hppa*-hp-hpux* )