summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-09 02:29:24 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-09 02:29:24 +0000
commita15c2c6aa862d8507db1e3b40899ad92dcc6a9cb (patch)
tree61d259e40c7ff3bf6bef1d947b6186e52235cc92
parent768ba908426458524338432f8491c16c0eb8833a (diff)
downloademacs-a15c2c6aa862d8507db1e3b40899ad92dcc6a9cb.tar.gz
(rs6000-ibm-aix4.2): New alternative.
(rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default.
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
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
;;