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  82f62c98de38974cb63e39dbfeb2b45c614b4be7 (commit)
      from  2772d14559c584d142e44fdea69124ce62285b40 (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 82f62c98de38974cb63e39dbfeb2b45c614b4be7
Author: Yaakov Selkowitz <[email protected]>
Date:   Fri Jun 19 13:33:22 2009 -0400

    Ensure LT_PATH_LD works when called before LT_INIT
    
    * libltdl/m4/libtool.m4 (LT_PATH_LD): AC_REQUIRE _LT_PROG_ECHO_BACKSLASH.
    
    Signed-off-by: Charles Wilson <[email protected]>

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

Summary of changes:
 ChangeLog             |    6 ++++++
 libltdl/m4/libtool.m4 |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4d12190..efb0884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-19  Yaakov Selkowitz  <[email protected]> (tiny change)
+           Charles Wilson  <[email protected]>
+
+       Ensure LT_PATH_LD works when called before LT_INIT
+       * libltdl/m4/libtool.m4 (LT_PATH_LD): AC_REQUIRE 
_LT_PROG_ECHO_BACKSLASH.
+
 2009-06-14  Ralf Wildenhues  <[email protected]>
 
        Add versioning tests.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 5f24fab..6beb125 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2772,6 +2772,7 @@ AC_REQUIRE([AC_CANONICAL_HOST])dnl
 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 m4_require([_LT_DECL_SED])dnl
 m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
 
 AC_ARG_WITH([gnu-ld],
     [AS_HELP_STRING([--with-gnu-ld],


hooks/post-receive
-- 
GNU Libtool


Reply via email to