]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Adjust to moved auxiliary files and add compile.
authorPeter Rosin <peda@lysator.liu.se>
Sun, 12 Sep 2010 16:23:53 +0000 (18:23 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Sun, 12 Sep 2010 16:23:53 +0000 (18:23 +0200)
* HACKING (Maintenance Notes): Adjust to moved files.  Add the
compile script.
* Makefile.maint (fetch): Also fetch the compile script.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
HACKING
Makefile.maint

index 3cea4aac23b68186d908ad338399987ed53e8226..0d5e54d163d9f6564be564c81015edf7ba38b487 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-12  Peter Rosin  <peda@lysator.liu.se>
+
+       Adjust to moved auxiliary files and add compile.
+       * HACKING (Maintenance Notes): Adjust to moved files.  Add the
+       compile script.
+       * Makefile.maint (fetch): Also fetch the compile script.
+
 2010-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        tests: avoid empty AT_DATA contents, for zsh.
diff --git a/HACKING b/HACKING
index b462c9858d77767794b7a66691f195e3cf91c158..e9184f2fcdee70443e6de7fa3ac37e81892a0bbf 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -28,7 +28,12 @@ and is not part of a release distribution.
   files should never be edited here.  These files are:
        COPYING
        INSTALL
-       config/
+       doc/
+           + fdl.texi
+       libltdl/
+           + COPYING.LIB
+       libltdl/config/
+           + compile
            + config.guess
            + config.sub
            + depcomp
@@ -36,10 +41,6 @@ and is not part of a release distribution.
            + mdate-sh
            + missing
            + texinfo.tex
-       doc/
-           + fdl.texi
-       libltdl/
-           + COPYING.LIB
   The ones that are important for a release can be udated with,
   `make -fMakefile.maint fetch' (or `make -f../Makefile.maint fetch'
   if you are running from a VPATH build directory, where `../' is the
index 64abde6986372453de3790104224eabb3eeff59b..784b1558dfa291cc680deda566d7145ffc617a18 100644 (file)
@@ -88,6 +88,7 @@ WGET_CGIT = $(WGET) 'http://git.savannah.gnu.org/cgit/config.git/plain'
 ## FIXME should be a lot more here
 FETCHFILES = \
 ./INSTALL \
+$(auxdir)/compile \
 $(auxdir)/install-sh \
 $(auxdir)/config.guess \
 $(auxdir)/config.sub \
@@ -101,6 +102,7 @@ fetch:
 ## If a get fails then that is a problem.
        (cd Fetchdir && \
        $(WGET_GIT)'gnulib.git;f=doc/INSTALL' -O INSTALL && \
+       $(WGET_GIT)'automake.git;f=lib/compile' -O compile && \
        $(WGET_GIT)'automake.git;f=lib/install-sh' -O install-sh && \
        $(WGET_CGIT)/config.guess -O config.guess && \
        $(WGET_CGIT)/config.sub -O config.sub && \