From b0cf8fdd1667cc4fdae11a62f9b0bb12fd1de13e Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 27 Jul 2004 12:51:31 +0000 Subject: [PATCH] This change fixes another VPATH build bug, where the vcl.tmp target forced a rebuild of stamp-vcl in the build tree (and hence regeneration of m4/ltversion.m4, thus an automake driven rebootstrap that doesn't know about $fakes) requiring a fresh ./bootstrap after every cvs/tla update: * Makefile.am (vcl.tmp): Removed. (stamp-vcl): Adopt former vcl.tmp target rules. --- ChangeLog | 11 +++++++++++ Makefile.am | 3 +-- configure.ac | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05c7bb0ea..fd98b1f72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-07-27 Gary V. Vaughan + + This change fixes another VPATH build bug, where the vcl.tmp + target forced a rebuild of stamp-vcl in the build tree (and + hence regeneration of m4/ltversion.m4, thus an automake driven + rebootstrap that doesn't know about $fakes) requiring a fresh + ./bootstrap after every cvs/tla update: + + * Makefile.am (vcl.tmp): Removed. + (stamp-vcl): Adopt former vcl.tmp target rules. + 2004-07-25 Gary V. Vaughan * ltmain.in: Make sure that dependency libraries of -dlpreopened diff --git a/Makefile.am b/Makefile.am index 8f10d8355..a6c3df399 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,8 +67,7 @@ bin_SCRIPTS = libtool libtoolize ## at the top of this rule takes care of prefering the right one on ## subsequent runs. MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp -stamp-vcl: vcl.tmp $(top_srcdir)/ChangeLog -vcl.tmp: +stamp-vcl: $(top_srcdir)/ChangeLog @dir=.; test -f $$dir/stamp-vcl || dir=$(srcdir); \ set `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \ echo "$$1" > vcl.tmp; \ diff --git a/configure.ac b/configure.ac index c920fe1a5..73a1b6848 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5b], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltmain.in]) AC_CONFIG_AUX_DIR([config]) -- 2.47.2