From a8958813c2df4f5e9910ad050927b9ac7af93979 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 9 Dec 1996 02:29:24 +0000 Subject: [PATCH] (rs6000-ibm-aix4.2): New alternative. (rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default. --- configure.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ;; -- 2.39.5