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.
## 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 \
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 \