]> git.eshelyaron.com Git - emacs.git/commitdiff
Set new hpux10-20.h as "major" include for 10.20.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 09:00:06 +0000 (09:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 09:00:06 +0000 (09:00 +0000)
configure.in

index f4906211a77e029044abec9b8fae4020f098d083..c15c5dc0cf91f8b7d8ff4edf83d99961626e58c1 100644 (file)
@@ -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
   ;;