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 | 7aa0c6d3516060972183199a9eeb9e6e6117b1be (patch) | |
tree | 14d1523977f77a30c0c5c2837ac25db9f36bf704 /configure1.in | |
parent | a6ca97c039fadc0e42ef735e1c115e135710c4a9 (diff) | |
download | emacs-7aa0c6d3516060972183199a9eeb9e6e6117b1be.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* ) |