From: Alexandre Duret-Lutz Date: Fri, 27 Sep 2002 14:18:15 +0000 (+0000) Subject: * Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from X-Git-Tag: Release-1-7-2b~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f996974df90e1b50cb70159ad87cb93f37654e0;p=thirdparty%2Fautomake.git * Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from Autoconf. Automake now has the master copy of install-sh and mkinstalldirs. --- 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