m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-43-


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-43-g12bef65
Date: Thu, 24 Jan 2008 01:11:43 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=12bef65fbdfe4bca86718273e61a70e4828c620f

The branch, master has been updated
       via  12bef65fbdfe4bca86718273e61a70e4828c620f (commit)
      from  bf389f4092e0b674a521291b2c6f5862fd14072f (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 12bef65fbdfe4bca86718273e61a70e4828c620f
Author: Eric Blake <address@hidden>
Date:   Wed Jan 23 18:10:40 2008 -0700

    Adjust to recent libtool interface change.
    
    * configure.ac (LT_PREREQ): Require bleeding-edge libtool.
    (LT_WITH_LTDL): Delete, now that it is obsolete.
    (LTDL_INIT): Use new libtool macro.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog    |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b911528..81643e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-23  Eric Blake  <address@hidden>
+
+       Adjust to recent libtool interface change.
+       * configure.ac (LT_PREREQ): Require bleeding-edge libtool.
+       (LT_WITH_LTDL): Delete, now that it is obsolete.
+       (LTDL_INIT): Use new libtool macro.
+
 2008-01-22  Ralf Wildenhues  <address@hidden>
        and Eric Blake  <address@hidden>
 
diff --git a/configure.ac b/configure.ac
index bf2b5ff..05c5c9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,10 +86,10 @@ M4_CHECK_DEBUGGING
 ## ----------------------- ##
 ## Libtool initialization. ##
 ## ----------------------- ##
-LT_PREREQ([2.0])
+LT_PREREQ([2.1a])
 LT_CONFIG_LTDL_DIR([ltdl])
 LT_INIT([shared dlopen win32-dll])
-LT_WITH_LTDL([ltdl])
+LTDL_INIT
 
 # Use gcc's -pipe option if available: for faster compilation.
 case "$CFLAGS" in


hooks/post-receive
--
GNU M4 source repository




reply via email to

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