# HG changeset patch # User Karl Heuer # Date 801777720 0 # Node ID f074fb9f8e83bd9394d2b13519a88faf0d0e9001 # Parent 3c3f3bbe311f5c06aede0f899c51d3ceae5e0e7c (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations. diff -r 3c3f3bbe311f -r f074fb9f8e83 configure.in --- a/configure.in Mon May 29 19:52:41 1995 +0000 +++ b/configure.in Mon May 29 20:02:00 1995 +0000 @@ -353,7 +353,7 @@ 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 @@ *.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 @@ 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* )