From: Gary V. Vaughan Date: Tue, 25 Nov 2003 16:48:13 +0000 (+0000) Subject: * Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh X-Git-Tag: release-1-9b~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f71175814ef768078d0621bba180a406d067b4d;p=thirdparty%2Flibtool.git * Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh isn't enough, because the TIMESTAMP in config.status is still out of date. (config.status): We actually need a new config.status to force the correct timestamp into ltmain.sh. --- diff --git a/ChangeLog b/ChangeLog index 7d38703d4..a2956457c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-11-25 Gary V. Vaughan + * Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh + isn't enough, because the TIMESTAMP in config.status is still out + of date. + (config.status): We actually need a new config.status to force the + correct timestamp into ltmain.sh. + * 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/Makefile.am b/Makefile.am index 465057c70..1090eb39b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,8 @@ 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 +# Make sure configure is regenerated when the version timestamp changes +config.status: ChangeLog .PHONY: configure-subdirs configure-subdirs distdir: $(DIST_MAKEFILE_LIST)