]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (fetch): Don't fetch ansi2knr.
authorTom Tromey <tromey@redhat.com>
Tue, 22 Jan 2002 00:22:53 +0000 (00:22 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 22 Jan 2002 00:22:53 +0000 (00:22 +0000)
ChangeLog
Makefile.am
Makefile.in

index fd39067196df0d5c106b4d449597e5b3b5dc7381..fb229fbf5bb412b2a4161d765e03145a06b63092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-01-21  Tom Tromey  <tromey@redhat.com>
 
+       * Makefile.am (fetch): Don't fetch ansi2knr.
+
        * automake.texi (Macros): Updated for new variable names.
        (Program and Library Variables): Likewise.
        (Assembly Support): Likewise.
index fea9ad210b060af26032dba927e638e36e71ac3c..edbec9873598fff18105de7d95f184b1fc5f3b68 100644 (file)
@@ -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 \
index e2e34f7c3509c232daf07dc041e9dae767c4cef8..d3e3fd7aec003ab2389b45ab9cc841e94d97a20b 100644 (file)
@@ -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 \