INN commit: trunk/support (config.guess)
INN Commit
Russ_Allbery at isc.org
Thu May 21 17:30:36 UTC 2009
Date: Thursday, May 21, 2009 @ 10:30:36
Author: iulius
Revision: 8484
Update support files for autoconf to their last stable version:
* config.guess (s390x:SunOS:*:*): Add s390x-ibm-solaris*.
Modified:
trunk/support/config.guess
--------------+
config.guess | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: config.guess
===================================================================
--- config.guess 2009-05-21 17:26:01 UTC (rev 8483)
+++ config.guess 2009-05-21 17:30:36 UTC (rev 8484)
@@ -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 `/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 ;;
More information about the inn-committers
mailing list