From 4ab8369716a9814ae4f100e4111889e03a096567 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Nov 1994 19:44:48 +0000 Subject: [PATCH] (mips-sgi-irix5.[01]*): Distinguish from irix5*. (mips-sgi-irix*): Now an alias for mips-sgi-irix5*. --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 8b34c3f7aca..6b75ffa32b9 100644 --- a/configure.in +++ b/configure.in @@ -571,11 +571,14 @@ case "${canonical}" in mips-sgi-irix3* ) machine=iris4d opsys=irix3-3 ;; - mips-sgi-irix5* ) + mips-sgi-irix4* ) + machine=iris4d opsys=irix4-0 + ;; + mips-sgi-irix5.[01]* ) machine=iris4d opsys=irix5-0 ;; - mips-sgi-irix4* | mips-sgi-irix* ) - machine=iris4d opsys=irix4-0 + mips-sgi-irix5* | mips-sgi-irix* ) + machine=iris4d opsys=irix5-2 ;; ## SONY machines -- 2.39.5