From: Richard M. Stallman Date: Mon, 9 Dec 1996 02:29:24 +0000 (+0000) Subject: (rs6000-ibm-aix4.2): New alternative. X-Git-Tag: emacs-20.1~3297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8958813c2df4f5e9910ad050927b9ac7af93979;p=emacs.git (rs6000-ibm-aix4.2): New alternative. (rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default. --- diff --git a/configure.in b/configure.in index ea19efdb183..57f67993fd0 100644 --- a/configure.in +++ b/configure.in @@ -467,9 +467,15 @@ case "${canonical}" in rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) machine=ibmrs6000 opsys=aix4-1 ;; - rs6000-ibm-aix4* | powerpc-ibm-aix4* ) + rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) + machine=ibmrs6000 opsys=aix4-2 + ;; + rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) machine=ibmrs6000 opsys=aix4 ;; + rs6000-ibm-aix4* | powerpc-ibm-aix4* ) + machine=ibmrs6000 opsys=aix4-1 + ;; rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;;