From: Alexandre Duret-Lutz Date: Mon, 6 May 2002 19:29:37 +0000 (+0000) Subject: * Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS. X-Git-Tag: Release-1-6-1b~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e70ec2b3c841d3f5a519952ef3502212136f16;p=thirdparty%2Fautomake.git * Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS. --- diff --git a/ChangeLog b/ChangeLog index 9dd4b8d57..ba6cafa78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-06 Alexandre Duret-Lutz + + * Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS. + 2002-05-06 Alexandre Duret-Lutz Erase stamps from the Makefile that generates them. diff --git a/Makefile.am b/Makefile.am index 5e214b4e6..cf3421024 100644 --- a/Makefile.am +++ b/Makefile.am @@ -238,7 +238,7 @@ WGET = wget ## Files that we fetch and which we compare against. ## FIXME should be a lot more here -FETCHFILES = config.guess config.sub texinfo.tex Automake/XFile.pm +FETCHFILES = config.guess config.sub texinfo.tex Automake/XFile.pm INSTALL ## Fetch the latest versions of files we care about. fetch: @@ -249,7 +249,8 @@ fetch: $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \ $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub; \ $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex; \ - $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm) + $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm; \ + $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/INSTALL?content-type=text/plain -O INSTALL) perl -pi -e 's/Autom4te::/Automake::/g' Fetchdir/Automake/XFile.pm ## Don't exit after test because we want to give as many errors as ## possible. diff --git a/Makefile.in b/Makefile.in index 56b8f01c3..767f84b0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 WGET = wget -FETCHFILES = config.guess config.sub texinfo.tex Automake/XFile.pm +FETCHFILES = config.guess config.sub texinfo.tex Automake/XFile.pm INSTALL subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs @@ -486,7 +486,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* + -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -740,7 +740,8 @@ fetch: $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \ $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub; \ $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex; \ - $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm) + $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm; \ + $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/INSTALL?content-type=text/plain -O INSTALL) perl -pi -e 's/Autom4te::/Automake::/g' Fetchdir/Automake/XFile.pm @stat=0; for file in $(FETCHFILES); do \ if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \