From: Richard M. Stallman Date: Sat, 3 Sep 1994 22:46:05 +0000 (+0000) Subject: (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5*) X-Git-Tag: emacs-19.34~7161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1174421c7d8fa02bcd6d4a4ab28ff2759e609386;p=emacs.git (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5*) (powerpc-ibm-aix*): New aliases. --- diff --git a/configure1.in b/configure1.in index 6483a4fe054..d2c4870de45 100755 --- a/configure1.in +++ b/configure1.in @@ -735,13 +735,13 @@ case "${canonical}" in i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;; - rs6000-ibm-aix3.1* ) + rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; - rs6000-ibm-aix3.2.5) + rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;; - rs6000-ibm-aix3.2* | rs6000-ibm-aix* ) + rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;; romp-ibm-bsd4.3* )