This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  8e31ea01adea39d3dccf4f7752c20caa72cbb386 (commit)
      from  cd0b95778b73f5101d4e10bda30a24191d8e1eae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8e31ea01adea39d3dccf4f7752c20caa72cbb386
Author: Ralf Wildenhues <[email protected]>
Date:   Thu Jun 10 19:44:23 2010 +0200

    Ensure libltdl is up to date for check-local.
    
    * Makefile.am (LTDL_BOOTSTRAP_DEPS): New variable.
    (all-local): Use it to simplify dependencies.
    (testsuite_deps_uninstalled): Add $(LTDL_BOOTSTRAP_DEPS).
    Report by Peter Rosin.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    8 ++++++++
 Makefile.am |    7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ce76dcf..c94b0c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-10  Ralf Wildenhues  <[email protected]>
+
+       Ensure libltdl is up to date for check-local.
+       * Makefile.am (LTDL_BOOTSTRAP_DEPS): New variable.
+       (all-local): Use it to simplify dependencies.
+       (testsuite_deps_uninstalled): Add $(LTDL_BOOTSTRAP_DEPS).
+       Report by Peter Rosin.
+
 2010-06-10  Gary V. Vaughan  <[email protected]>
 
        Support shell tracing inside functions even with ksh.
diff --git a/Makefile.am b/Makefile.am
index a7de46d..7c7f571 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -256,11 +256,13 @@ $(srcdir)/libltdl/Makefile.am: 
$(srcdir)/libltdl/Makefile.inc
 
 ## Unfortunately, all this bogeyness means that we have to manually
 ## keep the generated files in libltdl up to date.
-all-local: $(srcdir)/libltdl/aclocal.m4 \
+LTDL_BOOTSTRAP_DEPS = $(srcdir)/libltdl/aclocal.m4 \
        $(srcdir)/libltdl/stamp-mk \
        $(srcdir)/libltdl/configure \
        $(srcdir)/libltdl/config-h.in
 
+all-local: $(LTDL_BOOTSTRAP_DEPS)
+
 EXTRA_DIST += $(srcdir)/libltdl/stamp-mk $(m4dir)/lt~obsolete.m4
 
 $(srcdir)/libltdl/Makefile.in: $(srcdir)/libltdl/Makefile.am \
@@ -558,7 +560,8 @@ DISTCLEANFILES += tests/atconfig
 CD_TESTDIR     = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
 
 testsuite_deps = tests/atconfig $(srcdir)/$(TESTSUITE)
-testsuite_deps_uninstalled = $(testsuite_deps) libltdl/libltdlc.la 
$(bin_SCRIPTS)
+testsuite_deps_uninstalled = $(testsuite_deps) libltdl/libltdlc.la \
+                            $(bin_SCRIPTS) $(LTDL_BOOTSTRAP_DEPS)
 
 # Hook the test suite into the check rule
 check-local: $(testsuite_deps_uninstalled)


hooks/post-receive
-- 
GNU Libtool

Reply via email to