]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (FETCHFILES): Remove ansi2knr.c, add texinfo.tex.
authorAkim Demaille <akim@epita.fr>
Tue, 22 Jan 2002 10:02:50 +0000 (10:02 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 22 Jan 2002 10:02:50 +0000 (10:02 +0000)
(fetch): Adjust.

ChangeLog
Makefile.am
Makefile.in

index fb229fbf5bb412b2a4161d765e03145a06b63092..74cd4d99e15496b8e1dead85079d1e55ca50fe5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index edbec9873598fff18105de7d95f184b1fc5f3b68..c714f19a45e9ba9a0d5350b241fa4c2bb99b2f52 100644 (file)
@@ -173,8 +173,7 @@ WGET = wget
 
 ## 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:
@@ -183,7 +182,8 @@ 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 \
index d3e3fd7aec003ab2389b45ab9cc841e94d97a20b..1076204f812da82be9e86c378fbed76a49f8eabd 100644 (file)
@@ -91,7 +91,7 @@ EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000
 
 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
@@ -675,7 +675,8 @@ fetch:
        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 \