ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/config.guess
(Generate patch)

Comparing ircd-hybrid/trunk/config.guess (file contents):
Revision 1664 by michael, Sun Nov 18 14:33:47 2012 UTC vs.
Revision 1730 by michael, Sun Jan 6 11:27:11 2013 UTC

# Line 2 | Line 2
2   # Attempt to guess a canonical system name.
3   #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4   #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5 < #   2011, 2012 Free Software Foundation, Inc.
5 > #   2011, 2012, 2013 Free Software Foundation, Inc.
6  
7 < timestamp='2012-09-25'
7 > timestamp='2012-12-29'
8  
9   # This file is free software; you can redistribute it and/or modify it
10   # under the terms of the GNU General Public License as published by
11 < # the Free Software Foundation; either version 2 of the License, or
11 > # the Free Software Foundation; either version 3 of the License, or
12   # (at your option) any later version.
13   #
14   # This program is distributed in the hope that it will be useful, but
# Line 22 | Line 22 | timestamp='2012-09-25'
22   # As a special exception to the GNU General Public License, if you
23   # distribute this file as part of a program that contains a
24   # configuration script generated by Autoconf, you may include it under
25 < # the same distribution terms that you use for the rest of that program.
26 <
27 <
28 < # Originally written by Per Bothner.  Please send patches (context
29 < # diff format) to <config-patches@gnu.org> and include a ChangeLog
30 < # entry.
25 > # the same distribution terms that you use for the rest of that
26 > # program.  This Exception is an additional permission under section 7
27 > # of the GNU General Public License, version 3 ("GPLv3").
28   #
29 < # This script attempts to guess a canonical system name similar to
33 < # config.sub.  If it succeeds, it prints the system name on stdout, and
34 < # exits with 0.  Otherwise, it exits with 1.
29 > # Originally written by Per Bothner.
30   #
31   # You can get the latest version of this script from:
32   # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
33 + #
34 + # Please send patches with a ChangeLog entry to config-patches@gnu.org.
35 +
36  
37   me=`echo "$0" | sed -e 's,.*/,,'`
38  
# Line 55 | Line 53 | GNU config.guess ($timestamp)
53  
54   Originally written by Per Bothner.
55   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
56 < 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
57 < Free Software Foundation, Inc.
56 > 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
57 > 2012, 2013 Free Software Foundation, Inc.
58  
59   This is free software; see the source for copying conditions.  There is NO
60   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines