From: Richard M. Stallman Date: Fri, 11 Nov 1994 19:44:48 +0000 (+0000) Subject: (mips-sgi-irix5.[01]*): Distinguish from irix5*. X-Git-Tag: emacs-19.34~5957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ab8369716a9814ae4f100e4111889e03a096567;p=emacs.git (mips-sgi-irix5.[01]*): Distinguish from irix5*. (mips-sgi-irix*): Now an alias for mips-sgi-irix5*. --- 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