summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-28 05:19:08 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-28 05:19:08 +0000
commiteff2abf61f012f3395603a4863cb1cd66c4342fb (patch)
tree6eaa08d7e07299b41effdc938b2fcc220f275622 /configure1.in
parent648929eee5c8b858019ac94ea386eeab5d29b58c (diff)
downloademacs-eff2abf61f012f3395603a4863cb1cd66c4342fb.tar.gz
Use m/hp800.h in place of m/hp9000s800.h.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure1.in b/configure1.in
index 85699d8b7df..40046c2e08d 100755
--- a/configure1.in
+++ b/configure1.in
@@ -676,13 +676,13 @@ case "${canonical}" in
## HP 9000 series 700 and 800, running HP/UX
hppa*-hp-hpux7* )
- machine=hp9000s800 opsys=hpux
+ machine=hp800 opsys=hpux
;;
hppa*-hp-hpux8* )
- machine=hp9000s800 opsys=hpux8
+ machine=hp800 opsys=hpux8
;;
hppa*-hp-hpux9* )
- machine=hp9000s800 opsys=hpux9
+ machine=hp800 opsys=hpux9
;;
## HP 9000 series 700 and 800, running HP/UX
@@ -691,10 +691,10 @@ case "${canonical}" in
case "`uname -r`" in
## Someone's system reports A.B8.05 for this.
## I wonder what other possibilities there are.
- *.B8.* ) machine=hp9000s800 opsys=hpux8 ;;
- *.08.* ) machine=hp9000s800 opsys=hpux8 ;;
- *.09.* ) machine=hp9000s800 opsys=hpux9 ;;
- *) machine=hp9000s800 opsys=hpux ;;
+ *.B8.* ) machine=hp800 opsys=hpux8 ;;
+ *.08.* ) machine=hp800 opsys=hpux8 ;;
+ *.09.* ) machine=hp800 opsys=hpux9 ;;
+ *) machine=hp800 opsys=hpux ;;
esac
;;