diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-03 22:46:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-03 22:46:05 +0000 |
commit | 1174421c7d8fa02bcd6d4a4ab28ff2759e609386 (patch) | |
tree | 3b40f02408a77237f14afb31d3d183788c0b40d1 /configure1.in | |
parent | d9495300330793508880b4c5ae1350f3350ef68f (diff) | |
download | emacs-1174421c7d8fa02bcd6d4a4ab28ff2759e609386.tar.gz |
(powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5*)
(powerpc-ibm-aix*): New aliases.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 6 |
1 files changed, 3 insertions, 3 deletions
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* ) |