From: Eli Zaretskii Date: Fri, 15 Mar 2002 12:45:35 +0000 (+0000) Subject: Support AIX 5.1. X-Git-Tag: emacs-21.2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=890ce66f35d248a4684f0a75a07818870a5325b0;p=emacs.git Support AIX 5.1. --- diff --git a/ChangeLog b/ChangeLog index 07588e84fe9..19dfa4c139d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-15 Eli Zaretskii + + * configure.in: Support AIX 5.1. + 2002-02-22 Eli Zaretskii * make-dist: Fix the change from 2002-02-02. diff --git a/configure.in b/configure.in index e914b1cd891..38dd7b863d7 100644 --- a/configure.in +++ b/configure.in @@ -578,6 +578,9 @@ case "${canonical}" in rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; + rs6000-ibm-aix5.1* | powerpc-ibm-aix5.1* ) + machine=ibmrs6000 opsys=aix4-2 + ;; rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) machine=ibmrs6000 opsys=aix4 ;;