diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-20 14:54:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-20 14:54:58 -0500 |
commit | 5197daf4f7afc9a420b8e49f07e74f5477f177e5 (patch) | |
tree | 2a7c50df6c4f786017f9bf988dac2e177756fbb0 /config.guess | |
parent | 81349e26b25ad691d1cabb67d17d1d3ff1d8d6b4 (diff) | |
download | NetNuke2-5197daf4f7afc9a420b8e49f07e74f5477f177e5.tar.gz |
Regenerated autotools with something less bleeding edge than Fedora 14's implementation.ncurses
It was only causing problems.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.guess b/config.guess index dc84c68..c2246a4 100755 --- a/config.guess +++ b/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2009-12-30' # 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 @@ -56,8 +56,9 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |