]> git.eshelyaron.com Git - emacs.git/commitdiff
Use m/hp800.h in place of m/hp9000s800.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 05:19:08 +0000 (05:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 05:19:08 +0000 (05:19 +0000)
configure1.in

index 85699d8b7df5cf6c8b850a3aa145eaabb10d61c0..40046c2e08da9bdc65f93017ba6bf3f2a6ab8b7d 100755 (executable)
@@ -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
   ;;