comparison configure1.in @ 3124:e6338dd6e55f

* configure.in (hppa-hp-hpux): Use uname -r instead of uname -m; the former gives you the operating system rev directly. Use s/hpux.h if we don't recognize what we got.
author Jim Blandy <jimb@redhat.com>
date Wed, 26 May 1993 18:32:19 +0000
parents 86652a5c442b
children 198e8fd690de
comparison
equal deleted inserted replaced
3123:0e9f73b6245d 3124:e6338dd6e55f
524 hppa1.1-hp-hpux* ) 524 hppa1.1-hp-hpux* )
525 machine=hp9000s800 opsys=hpux8 525 machine=hp9000s800 opsys=hpux8
526 ;; 526 ;;
527 hppa*-hp-hpux* ) 527 hppa*-hp-hpux* )
528 ## Cross-compilation? Nah! 528 ## Cross-compilation? Nah!
529 case "`uname -m`" in 529 case "`uname -r`" in
530 9000/8?? ) machine=hp9000s800 opsys=hpux ;; 530 *.08.* ) machine=hp9000s800 opsys=hpux ;;
531 9000/7?? ) machine=hp9000s800 opsys=hpux8 ;; 531 *.09.* ) machine=hp9000s800 opsys=hpux8 ;;
532 *) machine=hp9000s800 opsys=hpux ;;
532 esac 533 esac
533 ;; 534 ;;
534 535
535 ## Orion machines 536 ## Orion machines
536 orion-orion-bsd* ) 537 orion-orion-bsd* )