(fetch): Adjust.
+2002-01-22 Akim Demaille <akim@epita.fr>
+
+ * Makefile.am (FETCHFILES): Remove ansi2knr.c, add texinfo.tex.
+ (fetch): Adjust.
+
2002-01-21 Tom Tromey <tromey@redhat.com>
* Makefile.am (fetch): Don't fetch ansi2knr.
## Files that we fetch and which we compare against.
## FIXME should be a lot more here
-## Sadly we can't fetch ansi2knr.1 from the same location :-(
-FETCHFILES = config.guess config.sub ansi2knr.c
+FETCHFILES = config.guess config.sub texinfo.tex
## Fetch the latest versions of files we care about.
fetch:
## If a get fails then that is a problem.
(cd Fetchdir && \
$(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \
- $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub)
+ $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub; \
+ $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex)
## Don't exit after test because we want to give as many errors as
## possible.
@stat=0; for file in $(FETCHFILES); do \
WGET = wget
-FETCHFILES = config.guess config.sub ansi2knr.c
+FETCHFILES = config.guess config.sub texinfo.tex
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
mkdir Fetchdir
(cd Fetchdir && \
$(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \
- $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub)
+ $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub; \
+ $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex)
@stat=0; for file in $(FETCHFILES); do \
if diff $(srcdir)/lib/$$file Fetchdir/$$file > /dev/null 2>&1; then :; \
else \