+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.
## 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:
$(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.
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
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"
$(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 \