automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: don't fetch ansi2knr


From: Tom Tromey
Subject: Patch: FYI: don't fetch ansi2knr
Date: 21 Jan 2002 17:39:34 -0700

I'm checking this in.

My understanding is that ghostscript no longer supports
de-ansi-fication, and they've dropped the ansi2knr program.  We're now
the authoritative source for it.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * Makefile.am (fetch): Don't fetch ansi2knr.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.181
diff -u -r1.181 Makefile.am
--- Makefile.am 2002/01/16 19:05:42 1.181
+++ Makefile.am 2002/01/22 00:21:49
@@ -183,8 +183,7 @@
 ## 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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]