This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=76c6582c1b93d8617e575c65342370f0021de5ce The branch, master has been updated via 76c6582c1b93d8617e575c65342370f0021de5ce (commit) via fa3c19a289059ad94ffd56ec03454dbc1f9b380b (commit) from 74e58c6e30549040ff4c079628a52556135958f0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 76c6582c1b93d8617e575c65342370f0021de5ce Author: Ralf Wildenhues <[EMAIL PROTECTED]> Date: Sat Jan 19 10:51:25 2008 +0100 * lib/config-ml.in, lib/config.guess, lib/config.sub, lib/symlink-tree: Sync from upstream. commit fa3c19a289059ad94ffd56ec03454dbc1f9b380b Author: Ralf Wildenhues <[EMAIL PROTECTED]> Date: Sat Dec 8 11:06:03 2007 +0100 Fix `fetch' target to match current upstream locations. * Makefile.am (WGET_SV_CVS): Renamed from WGETSGO. (WGET_SV_GIT_AC, WGET_SV_GIT_GL, WGET_GCC): New. (fetch): Update to match current upstream locations. Signed-off-by: Ralf Wildenhues <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++++ Makefile.am | 17 ++++++++++------- Makefile.in | 17 ++++++++++------- lib/config-ml.in | 4 +++- lib/config.guess | 6 +++--- lib/config.sub | 12 ++++++++---- lib/symlink-tree | 4 +++- 7 files changed, 46 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c08371..35cb9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-01-19 Ralf Wildenhues <[EMAIL PROTECTED]> + + * lib/config-ml.in, lib/config.guess, lib/config.sub, + lib/symlink-tree: Sync from upstream. + + * Makefile.am (WGET_SV_CVS): Renamed from WGETSGO. + (WGET_SV_GIT_AC, WGET_SV_GIT_GL, WGET_GCC): New. + (fetch): Update to match current upstream locations. + 2008-01-14 Ralf Wildenhues <[EMAIL PROTECTED]> * doc/automake.texi (DESTDIR, Built sources example): Fix wording. diff --git a/Makefile.am b/Makefile.am index 0e787a8..30e8053 100644 --- a/Makefile.am +++ b/Makefile.am @@ -358,7 +358,10 @@ path-check: distdir ## Program to use to fetch files. WGET = wget -WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ +WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/ +WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f=' +WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=' +WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/' ## Files that we fetch and which we compare against. ## FIXME should be a lot more here @@ -376,12 +379,12 @@ fetch: mkdir Fetchdir ## If a get fails then that is a problem. (cd Fetchdir && \ - $(WGETSGO)/config/config/config.guess; \ - $(WGETSGO)/config/config/config.sub; \ - $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \ - $(WGETSGO)/autoconf/autoconf/INSTALL; \ - $(WGETSGO)/gcc/gcc/config-ml.in; \ - $(WGETSGO)/gcc/gcc/symlink-tree) + $(WGET_SV_CVS)config/config/config.guess -O config.guess && \ + $(WGET_SV_CVS)config/config/config.sub -O config.sub && \ + $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \ + $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \ + $(WGET_GCC)config-ml.in -O config-ml.in && \ + $(WGET_GCC)symlink-tree -O symlink-tree) ## Don't exit after test because we want to give as many errors as ## possible. @stat=0; for file in $(FETCHFILES); do \ diff --git a/Makefile.in b/Makefile.in index 24e5abc..657cdbf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -214,7 +214,10 @@ do_subst = sed \ -e 's,[EMAIL PROTECTED]@],$(datadir),g' WGET = wget -WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ +WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/ +WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f=' +WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=' +WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/' FETCHFILES = \ INSTALL \ config-ml.in \ @@ -932,12 +935,12 @@ fetch: rm -rf Fetchdir > /dev/null 2>&1 mkdir Fetchdir (cd Fetchdir && \ - $(WGETSGO)/config/config/config.guess; \ - $(WGETSGO)/config/config/config.sub; \ - $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \ - $(WGETSGO)/autoconf/autoconf/INSTALL; \ - $(WGETSGO)/gcc/gcc/config-ml.in; \ - $(WGETSGO)/gcc/gcc/symlink-tree) + $(WGET_SV_CVS)config/config/config.guess -O config.guess && \ + $(WGET_SV_CVS)config/config/config.sub -O config.sub && \ + $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \ + $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \ + $(WGET_GCC)config-ml.in -O config-ml.in && \ + $(WGET_GCC)symlink-tree -O symlink-tree) @stat=0; for file in $(FETCHFILES); do \ if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \ >>Fetchdir/update.patch 2>/dev/null; then :; \ diff --git a/lib/config-ml.in b/lib/config-ml.in index 7d9a334..3ae1974 100644 --- a/lib/config-ml.in +++ b/lib/config-ml.in @@ -15,7 +15,9 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/lib/config.guess b/lib/config.guess index 4dc5a78..ca2a03c 100755 --- a/lib/config.guess +++ b/lib/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-07' +timestamp='2008-01-08' # 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,8 @@ 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 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 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." diff --git a/lib/config.sub b/lib/config.sub index ae780f3..6759825 100755 --- a/lib/config.sub +++ b/lib/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-07' +timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ Report bugs and patches to <[EMAIL PROTECTED]>." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 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." @@ -1049,6 +1049,10 @@ case $basic_machine in basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; diff --git a/lib/symlink-tree b/lib/symlink-tree index a75852e..a9d5083 100755 --- a/lib/symlink-tree +++ b/lib/symlink-tree @@ -14,7 +14,9 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a hooks/post-receive -- GNU Automake