libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-31-g166da4d


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-31-g166da4d
Date: Mon, 24 Oct 2011 14:44:19 +0000

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  166da4d2a269b101bda8022f0a44f9c3e7ae56f9 (commit)
      from  5db3dbc5b71d8b344a30010d00eb0f00a7af1b15 (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 166da4d2a269b101bda8022f0a44f9c3e7ae56f9
Author: Gary V. Vaughan <address@hidden>
Date:   Mon Oct 24 14:49:30 2011 +0700

    tests: ensure VPATH autom4te search path can find autotests.
    
    * Makefile.am (tests/testsuite): Passing only $(srcdir) include path
    to autom4te is unable to find tests/package.m4, and passing only
    $(srcdir)/tests breaks VPATH build searches for TESTSUITE_AT files,
    which are relative to $(srcdir)... so we pass both!
    * NEWS: Updated.
    Reported by Bob Friesenhahn.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 8fc910e..bfd6fab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-24  Gary V. Vaughan  <address@hidden>
+
+       tests: ensure VPATH autom4te search path can find autotests.
+       * Makefile.am (tests/testsuite): Passing only $(srcdir) include path
+       to autom4te is unable to find tests/package.m4, and passing only
+       $(srcdir)/tests breaks VPATH build searches for TESTSUITE_AT files,
+       which are relative to $(srcdir)... so we pass both!
+       * NEWS: Updated.
+       Reported by Bob Friesenhahn.
+
 2011-10-24  Karl Berry  <address@hidden>
 
        doc: modernize libtool.texi.
diff --git a/Makefile.am b/Makefile.am
index 09b61fa..3df4751 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -619,7 +619,7 @@ INSTALLCHECK_ENVIRONMENT = \
        tst_aclocaldir="$(aclocaldir)"
 
 $(testsuite): $(package_m4) $(TESTSUITE_AT) Makefile.am
-       $(AUTOTEST) -I '$(srcdir)/tests' $(TESTSUITE_AT) -o '$@'
+       $(AUTOTEST) -I '$(srcdir)' -I '$(srcdir)/tests' $(TESTSUITE_AT) -o '$@'
 
 $(package_m4): $(configure_ac) Makefile.am
        { \
diff --git a/NEWS b/NEWS
index c5533c5..18772c8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ New in 2.4.4 201?-??-??: git version 2.4.3a, Libtool team:
 
 * Bug fixes:
 
-  - Waiting for bug reports...
+  - Fix a long-standing latent bug in autom4te include path for autotests
+    with VPATH builds.
 
 New in 2.4.2 2011-10-17: git version 2.4.1a, Libtool team:
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]