From: Karl Berry Date: Tue, 28 Apr 2009 13:15:50 +0000 (-0700) Subject: autoupdate X-Git-Tag: v0.1~5966 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1e89e00e39b24bd6471d43ca1230ab2c42acc45a;p=gnulib.git autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index 3eda297e7..da8331460 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2009-02-03' +timestamp='2009-04-27' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -324,6 +324,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;;