From: Juanma Barranquero Date: Mon, 17 Feb 2003 09:00:06 +0000 (+0000) Subject: Set new hpux10-20.h as "major" include for 10.20. X-Git-Tag: emacs-21.3~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f347650a65d7c77263e0bf50cc4df59bdc9f5da;p=emacs.git Set new hpux10-20.h as "major" include for 10.20. --- diff --git a/configure.in b/configure.in index f4906211a77..c15c5dc0cf9 100644 --- a/configure.in +++ b/configure.in @@ -525,9 +525,14 @@ case "${canonical}" in machine=hp800 opsys=hpux9 ;; + hppa*-hp-hpux10.2* ) + machine=hp800 opsys=hpux10-20 + ;; + hppa*-hp-hpux10* ) machine=hp800 opsys=hpux10 ;; + hppa*-hp-hpux1[1-9]* ) machine=hp800 opsys=hpux11 ;;