]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 27 Sep 2002 14:18:15 +0000 (14:18 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 27 Sep 2002 14:18:15 +0000 (14:18 +0000)
Autoconf.  Automake now has the master copy of install-sh and
mkinstalldirs.

ChangeLog
Makefile.am
Makefile.in

index 827256c9921503dc938310f56178ed593db391a0..368eeea7c9ad20f961d9e5d1f4e2409f4875e8bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-27  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * 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  <duret_g@epita.fr>
 
        * configure.in: Bump version to 1.7a.
index eab6233d618d826e6e4871052ee19ea3a1b1fcab..b89fd0484950b3bdc03945ee86b537546343faa3 100644 (file)
@@ -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
index 29d6d0690cc29815f1591d8d7ad5e8dc0a3d829d..51975db0064b3b60ee955db4852cb39bffd3b3bb 100644 (file)
@@ -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