comparison configure1.in @ 7160:ff15f545744a

Use m/hp800.h in place of m/hp9000s800.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 05:19:08 +0000
parents 3d4e66b17fe5
children d155606a10fe
comparison
equal deleted inserted replaced
7159:2b5401aa9630 7160:ff15f545744a
674 esac 674 esac
675 ;; 675 ;;
676 676
677 ## HP 9000 series 700 and 800, running HP/UX 677 ## HP 9000 series 700 and 800, running HP/UX
678 hppa*-hp-hpux7* ) 678 hppa*-hp-hpux7* )
679 machine=hp9000s800 opsys=hpux 679 machine=hp800 opsys=hpux
680 ;; 680 ;;
681 hppa*-hp-hpux8* ) 681 hppa*-hp-hpux8* )
682 machine=hp9000s800 opsys=hpux8 682 machine=hp800 opsys=hpux8
683 ;; 683 ;;
684 hppa*-hp-hpux9* ) 684 hppa*-hp-hpux9* )
685 machine=hp9000s800 opsys=hpux9 685 machine=hp800 opsys=hpux9
686 ;; 686 ;;
687 687
688 ## HP 9000 series 700 and 800, running HP/UX 688 ## HP 9000 series 700 and 800, running HP/UX
689 hppa*-hp-hpux* ) 689 hppa*-hp-hpux* )
690 ## Cross-compilation? Nah! 690 ## Cross-compilation? Nah!
691 case "`uname -r`" in 691 case "`uname -r`" in
692 ## Someone's system reports A.B8.05 for this. 692 ## Someone's system reports A.B8.05 for this.
693 ## I wonder what other possibilities there are. 693 ## I wonder what other possibilities there are.
694 *.B8.* ) machine=hp9000s800 opsys=hpux8 ;; 694 *.B8.* ) machine=hp800 opsys=hpux8 ;;
695 *.08.* ) machine=hp9000s800 opsys=hpux8 ;; 695 *.08.* ) machine=hp800 opsys=hpux8 ;;
696 *.09.* ) machine=hp9000s800 opsys=hpux9 ;; 696 *.09.* ) machine=hp800 opsys=hpux9 ;;
697 *) machine=hp9000s800 opsys=hpux ;; 697 *) machine=hp800 opsys=hpux ;;
698 esac 698 esac
699 ;; 699 ;;
700 700
701 ## Orion machines 701 ## Orion machines
702 orion-orion-bsd* ) 702 orion-orion-bsd* )