From: Jim Wilson Date: Sat, 4 Feb 1995 17:59:47 +0000 (+0000) Subject: (IRIX): Sed - to _. X-Git-Tag: emacs-19.34~5198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2956936d3f805740611123d97af64b9e8a01121;p=emacs.git (IRIX): Sed - to _. --- diff --git a/config.guess b/config.guess index 10d7100737f..1871a4f5b5a 100755 --- a/config.guess +++ b/config.guess @@ -129,8 +129,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; - *:IRIX:*:*) - echo mips-sgi-irix${UNAME_RELEASE} + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id