From: Gary V. Vaughan Date: Tue, 25 Nov 2003 16:41:44 +0000 (+0000) Subject: * Makefile.am (config/ltmain.sh): Note the dependency on the X-Git-Tag: release-1-9b~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7c696c5fc7a50ec63bb206cf642c36c08d9d5f;p=thirdparty%2Flibtool.git * 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 :-/ --- diff --git a/ChangeLog b/ChangeLog index eda6afb94..7d38703d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-11-25 Gary V. Vaughan + * 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. diff --git a/Makefile.am b/Makefile.am index e9214a7d2..465057c70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@: