]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 May 2002 19:29:37 +0000 (19:29 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 May 2002 19:29:37 +0000 (19:29 +0000)
ChangeLog
Makefile.am
Makefile.in

index 9dd4b8d575129fc77105ec5b6fb06d9824e1dbc4..ba6cafa784b7e46b9b64061443b305f5eeb7795f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-06  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS.
+
 2002-05-06  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        Erase stamps from the Makefile that generates them.
index 5e214b4e66482801f420ff51922d95fa65875bc0..cf3421024239356dbb4eab866f2d09dfd02004e8 100644 (file)
@@ -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.
index 56b8f01c32526a62f893f232b6a08407a08caae0..767f84b0fa45d7b6f30c08aff884738b3f25a1a9 100644 (file)
@@ -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 \