scripts/config.guess
changeset 3156 006736cdb4e5
parent 3064 7df954dd93df
child 3260 f43e37c7c047
     1.1 --- a/scripts/config.guess	Tue Sep 25 23:23:53 2012 +0200
     1.2 +++ b/scripts/config.guess	Wed Jan 09 18:52:00 2013 +0100
     1.3 @@ -2,13 +2,13 @@
     1.4  # Attempt to guess a canonical system name.
     1.5  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     1.6  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.7 -#   2011, 2012 Free Software Foundation, Inc.
     1.8 +#   2011, 2012, 2013 Free Software Foundation, Inc.
     1.9  
    1.10 -timestamp='2012-09-25'
    1.11 +timestamp='2012-12-30'
    1.12  
    1.13  # This file is free software; you can redistribute it and/or modify it
    1.14  # under the terms of the GNU General Public License as published by
    1.15 -# the Free Software Foundation; either version 2 of the License, or
    1.16 +# the Free Software Foundation; either version 3 of the License, or
    1.17  # (at your option) any later version.
    1.18  #
    1.19  # This program is distributed in the hope that it will be useful, but
    1.20 @@ -22,19 +22,17 @@
    1.21  # As a special exception to the GNU General Public License, if you
    1.22  # distribute this file as part of a program that contains a
    1.23  # configuration script generated by Autoconf, you may include it under
    1.24 -# the same distribution terms that you use for the rest of that program.
    1.25 -
    1.26 -
    1.27 -# Originally written by Per Bothner.  Please send patches (context
    1.28 -# diff format) to <config-patches@gnu.org> and include a ChangeLog
    1.29 -# entry.
    1.30 +# the same distribution terms that you use for the rest of that
    1.31 +# program.  This Exception is an additional permission under section 7
    1.32 +# of the GNU General Public License, version 3 ("GPLv3").
    1.33  #
    1.34 -# This script attempts to guess a canonical system name similar to
    1.35 -# config.sub.  If it succeeds, it prints the system name on stdout, and
    1.36 -# exits with 0.  Otherwise, it exits with 1.
    1.37 +# Originally written by Per Bothner.
    1.38  #
    1.39  # You can get the latest version of this script from:
    1.40  # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
    1.41 +#
    1.42 +# Please send patches with a ChangeLog entry to config-patches@gnu.org.
    1.43 +
    1.44  
    1.45  me=`echo "$0" | sed -e 's,.*/,,'`
    1.46  
    1.47 @@ -55,8 +53,8 @@
    1.48  
    1.49  Originally written by Per Bothner.
    1.50  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    1.51 -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    1.52 -Free Software Foundation, Inc.
    1.53 +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
    1.54 +2012, 2013 Free Software Foundation, Inc.
    1.55  
    1.56  This is free software; see the source for copying conditions.  There is NO
    1.57  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."