From 7f996974df90e1b50cb70159ad87cb93f37654e0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 27 Sep 2002 14:18:15 +0000 Subject: [PATCH] * Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from Autoconf. Automake now has the master copy of install-sh and mkinstalldirs. --- ChangeLog | 6 ++++++ Makefile.am | 2 -- Makefile.in | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 827256c99..368eeea7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-27 Alexandre Duret-Lutz + + * Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from + Autoconf. Automake now has the master copy of install-sh and + mkinstalldirs. + 2002-09-25 Alexandre Duret-Lutz * configure.in: Bump version to 1.7a. diff --git a/Makefile.am b/Makefile.am index eab6233d6..b89fd0484 100644 --- a/Makefile.am +++ b/Makefile.am @@ -303,7 +303,6 @@ Automake/XFile.pm \ INSTALL \ config.guess \ config.sub \ -install-sh \ texinfo.tex ## Fetch the latest versions of files we care about. @@ -317,7 +316,6 @@ fetch: $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/Struct.pm?content-type=text/plain -O Automake/Struct.pm; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm; \ - $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/config/install-sh?content-type=text/plain -O install-sh; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/INSTALL?content-type=text/plain -O INSTALL) perl -pi -e 's/Autom4te::/Automake::/g' \ Fetchdir/Automake/Struct.pm Fetchdir/Automake/XFile.pm diff --git a/Makefile.in b/Makefile.in index 29d6d0690..51975db00 100644 --- a/Makefile.in +++ b/Makefile.in @@ -127,7 +127,6 @@ Automake/XFile.pm \ INSTALL \ config.guess \ config.sub \ -install-sh \ texinfo.tex subdir = . @@ -859,7 +858,6 @@ fetch: $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/Struct.pm?content-type=text/plain -O Automake/Struct.pm; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/lib/Autom4te/XFile.pm?content-type=text/plain -O Automake/XFile.pm; \ - $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/config/install-sh?content-type=text/plain -O install-sh; \ $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/autoconf/autoconf/INSTALL?content-type=text/plain -O INSTALL) perl -pi -e 's/Autom4te::/Automake::/g' \ Fetchdir/Automake/Struct.pm Fetchdir/Automake/XFile.pm -- 2.47.2