automake-patches
[Top][All Lists]
Advanced

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

Re: common install-sh?


From: Alexandre Duret-Lutz
Subject: Re: common install-sh?
Date: Fri, 27 Sep 2002 16:04:59 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

 adl> FWIW, Automake fetches its copy of install-sh from Autoconf.
 adl> Akim once suggested it should be the converse, but presently
 adl> it's still this way.

>>> "Akim" == Akim Demaille <address@hidden> writes:

 Akim> The master copy recenly moved from Autoconf to Automake.

Oh yes!  Each project gets its copy from the other.
Everything is under control :)

I'm installing the following patch in Automake.

2002-09-27  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (fetch, FETCHFILES): Don't fetch install-sh from
        Autoconf.  Automake now has the master copy of install-sh and
        mkinstalldirs.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.205
diff -u -r1.205 Makefile.am
--- Makefile.am 25 Sep 2002 18:17:10 -0000      1.205
+++ Makefile.am 27 Sep 2002 13:58:36 -0000
@@ -303,7 +303,6 @@
 INSTALL \
 config.guess \
 config.sub \
-install-sh \
 texinfo.tex
 
 ## Fetch the latest versions of files we care about.
@@ -317,7 +316,6 @@
        $(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
-- 
Alexandre Duret-Lutz





reply via email to

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