| 2 |
|
# Configuration validation subroutine script. |
| 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-12-06' |
| 7 |
> |
timestamp='2012-12-29' |
| 8 |
|
|
| 9 |
< |
# This file is (in principle) common to ALL GNU software. |
| 10 |
< |
# The presence of a machine in this file suggests that SOME GNU software |
| 11 |
< |
# can handle that machine. It does not imply ALL GNU software can. |
| 12 |
< |
# |
| 13 |
< |
# This file is free software; you can redistribute it and/or modify |
| 14 |
< |
# it under the terms of the GNU General Public License as published by |
| 15 |
< |
# the Free Software Foundation; either version 2 of the License, or |
| 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 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, |
| 15 |
< |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 |
< |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 |
< |
# GNU General Public License for more details. |
| 14 |
> |
# This program is distributed in the hope that it will be useful, but |
| 15 |
> |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 |
> |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 |
> |
# General Public License for more details. |
| 18 |
|
# |
| 19 |
|
# You should have received a copy of the GNU General Public License |
| 20 |
|
# along with this program; if not, see <http://www.gnu.org/licenses/>. |
| 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. |
| 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 |
|
|
| 30 |
< |
# Please send patches to <config-patches@gnu.org>. Submit a context |
| 33 |
< |
# diff and a properly formatted GNU ChangeLog entry. |
| 30 |
> |
# Please send patches with a ChangeLog entry to config-patches@gnu.org. |
| 31 |
|
# |
| 32 |
|
# Configuration subroutine to validate and canonicalize a configuration type. |
| 33 |
|
# Supply the specified configuration type as an argument. |
| 71 |
|
GNU config.sub ($timestamp) |
| 72 |
|
|
| 73 |
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 74 |
< |
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
| 75 |
< |
Free Software Foundation, Inc. |
| 74 |
> |
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, |
| 75 |
> |
2012, 2013 Free Software Foundation, Inc. |
| 76 |
|
|
| 77 |
|
This is free software; see the source for copying conditions. There is NO |
| 78 |
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |