summaryrefslogtreecommitdiff
path: root/scripts/config.guess
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-01 08:41:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-01 08:41:44 (GMT)
commita6a0bf70eddc63a07f8d79f81cb381d5e2bdff9a (patch)
treed8daff297d75d52e2e6a88b1373738be78301896 /scripts/config.guess
parent539a2357df611b8b2035b033039e59563a771477 (diff)
config.{gues,sub}: update
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-xscripts/config.guess12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/config.guess b/scripts/config.guess
index e3a2116..bb0b03e 100755
--- a/scripts/config.guess
+++ b/scripts/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
-timestamp='2009-06-10'
+timestamp='2009-08-19'
# 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
@@ -27,16 +27,16 @@ timestamp='2009-06-10'
# the same distribution terms that you use for the rest of that program.
-# Originally written by Per Bothner <per@bothner.com>.
-# Please send patches to <config-patches@gnu.org>. Submit a context
-# diff and a properly formatted ChangeLog entry.
+# Originally written by Per Bothner. Please send patches (context
+# diff format) to <config-patches@gnu.org> and include a ChangeLog
+# entry.
#
# This script attempts to guess a canonical system name similar to
# config.sub. If it succeeds, it prints the system name on stdout, and
# exits with 0. Otherwise, it exits with 1.
#
-# The plan is that this can be called by configure scripts if you
-# don't specify an explicit build system type.
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
me=`echo "$0" | sed -e 's,.*/,,'`