]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (config/ltmain.sh): Note the dependency on the
authorGary V. Vaughan <gary@gnu.org>
Tue, 25 Nov 2003 16:41:44 +0000 (16:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 25 Nov 2003 16:41:44 +0000 (16:41 +0000)
timestamp in ChangeLog so we don't ship libtools that report the
wrong version number :-/

ChangeLog
Makefile.am

index eda6afb94685c5aae7fa6bcf310ba463af13b655..7d38703d40e8da019cfc6ebfd3392c02cb5ef8b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-11-25  Gary V. Vaughan  <gary@gnu.org>
 
+       * Makefile.am (config/ltmain.sh): Note the dependency on the
+       timestamp in ChangeLog so we don't ship libtools that report the
+       wrong version number :-/
+
        * bootstrap: Explain automake and autoconf version dependencies
        truthfully, and the difference between bootstrap and user
        dependencies.
index e9214a7d26472c8a0191a808bcac654a656cd1f3..465057c70625146c5f3eb77ed47e44cb2e8b8a14 100644 (file)
@@ -50,6 +50,9 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_COMMANDS= $(SHELL) $(config_status)
        chmod +x $@
 
+# Make sure ltmain.sh is regenerated when the version timestamp changes
+config/ltmain.sh: ChangeLog
+
 .PHONY: configure-subdirs
 configure-subdirs distdir: $(DIST_MAKEFILE_LIST)
 @DIST_MAKEFILE_LIST@: