From: Tom Tromey Date: Tue, 22 Jan 2002 00:22:53 +0000 (+0000) Subject: * Makefile.am (fetch): Don't fetch ansi2knr. X-Git-Tag: Release-1-5d~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81354239e2dfdea3be8d9add0a7ba0f434826274;p=thirdparty%2Fautomake.git * Makefile.am (fetch): Don't fetch ansi2knr. --- diff --git a/ChangeLog b/ChangeLog index fd3906719..fb229fbf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-01-21 Tom Tromey + * Makefile.am (fetch): Don't fetch ansi2knr. + * automake.texi (Macros): Updated for new variable names. (Program and Library Variables): Likewise. (Assembly Support): Likewise. diff --git a/Makefile.am b/Makefile.am index fea9ad210..edbec9873 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,8 +183,7 @@ 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.cs.wisc.edu/ghost/ansi2knr.c) + $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub) ## 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 e2e34f7c3..d3e3fd7ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -675,8 +675,7 @@ 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.cs.wisc.edu/ghost/ansi2knr.c) + $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub) @stat=0; for file in $(FETCHFILES); do \ if diff $(srcdir)/lib/$$file Fetchdir/$$file > /dev/null 2>&1; then :; \ else \