From 4b78863d85c2921031fa2b614bd3469695681c5c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 22 Jan 2002 10:02:50 +0000 Subject: [PATCH] * Makefile.am (FETCHFILES): Remove ansi2knr.c, add texinfo.tex. (fetch): Adjust. --- ChangeLog | 5 +++++ Makefile.am | 6 +++--- Makefile.in | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb229fb..74cd4d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-22 Akim Demaille + + * Makefile.am (FETCHFILES): Remove ansi2knr.c, add texinfo.tex. + (fetch): Adjust. + 2002-01-21 Tom Tromey * Makefile.am (fetch): Don't fetch ansi2knr. diff --git a/Makefile.am b/Makefile.am index edbec98..c714f19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/Makefile.in b/Makefile.in index d3e3fd7..1076204 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- 2.7.4