From: Juanma Barranquero Date: Fri, 21 Feb 2003 08:07:29 +0000 (+0000) Subject: Set new hpux10-20.h as "major" include for 10.20. X-Git-Tag: ttn-vms-21-2-B4~11104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b023c8d38b19eb290b59c1b8ade60b039e20d950;p=emacs.git Set new hpux10-20.h as "major" include for 10.20. --- diff --git a/configure.in b/configure.in index 9898061d56e..5c253eb583c 100644 --- a/configure.in +++ b/configure.in @@ -570,6 +570,9 @@ case "${canonical}" in hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; + hppa*-hp-hpux10.2* ) + machine=hp800 opsys=hpux10-20 + ;; hppa*-hp-hpux10* ) machine=hp800 opsys=hpux10 ;;