libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. release-2-2-2-29-g2826832


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. release-2-2-2-29-g2826832
Date: Tue, 29 Apr 2008 18:37:33 +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  2826832999f79a85089a7d434423af0e7bc6e395 (commit)
      from  fe9c6440a352de1d7b2d148fd4393c669927ac82 (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 2826832999f79a85089a7d434423af0e7bc6e395
Author: Gary V. Vaughan <address@hidden>
Date:   Tue Apr 29 14:28:07 2008 -0400

    Fix libtoolize test failure with aclocal-1.10.1.
    
    * tests/libtoolize.at
    (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Force aclocal to
    search the source tree for latest libtool macros.

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

Summary of changes:
 ChangeLog           |    7 +++++++
 tests/libtoolize.at |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 737c5c8..5685bda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-29  Gary V. Vaughan  <address@hidden>
+
+       Fix libtoolize test failure with aclocal-1.10.1.
+       * tests/libtoolize.at
+       (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Force aclocal to
+       search the source tree for latest libtool macros.
+
 2008-04-24  Eric Blake  <address@hidden>
 
        Fix bug in 2008-04-21 type improvements.
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index 25d6647..d91eef2 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -689,7 +689,7 @@ LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout)
 ## Upgrading an aclocal maintained aclocal.m4 without AC_CONFIG_MACRO_DIR. ##
 ## ----------------------------------------------------------------------- ##
 
-LT_AT_ACLOCAL()
+LT_AT_ACLOCAL([-I$abs_top_srcdir/libltdl/m4])
 
 ## The following code is adapted (and simplified) from libtoolize.m4sh
 ####


hooks/post-receive
--
GNU Libtool




reply via email to

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