From 3f71175814ef768078d0621bba180a406d067b4d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 25 Nov 2003 16:48:13 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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) -- 2.47.2