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.2.6-11-g8ae796b


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-11-g8ae796b
Date: Wed, 15 Oct 2008 21:56: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  8ae796bacd9b57cdcb68927d93d696552187b0bb (commit)
      from  3531d11d42fe0ff7331d5857cba41a35c916d751 (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 8ae796bacd9b57cdcb68927d93d696552187b0bb
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Oct 15 23:54:45 2008 +0200

    Fix Autoconf 2.59 incompatibilty.
    
    * libltdl/m4/ltdl.m4 (_LTDL_SETUP): m4_pattern_allow
    `LT_LIBEXT'; Autoconf 2.59's AC_DEFINE* macros didn't do this
    automatically yet.
    * NEWS, THANKS: Update.
    Report by Marcel Loose.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog          |    9 +++++++++
 NEWS               |    3 ++-
 THANKS             |    1 +
 libltdl/m4/ltdl.m4 |    1 +
 4 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cabc93d..5704dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-15  Ralf Wildenhues  <address@hidden>
+
+       Fix Autoconf 2.59 incompatibilty.
+       * libltdl/m4/ltdl.m4 (_LTDL_SETUP): m4_pattern_allow
+       `LT_LIBEXT'; Autoconf 2.59's AC_DEFINE* macros didn't do this
+       automatically yet.
+       * NEWS, THANKS: Update.
+       Report by Marcel Loose.
+
 2008-10-05  Ralf Wildenhues  <address@hidden>
 
        Atomic shared library install permissions on HP-UX.
diff --git a/NEWS b/NEWS
index 9dc14e1..33ee277 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,8 @@ New in 2.2.8 2008-??-??: git version 2.2.7a, Libtool team:
 
 * Bug fixes:
 
-  - Nothing yet...
+  - Fix 2.2.6 regression that prevented using the libltdl macros together
+    with Autoconf 2.59 (`possibly undefined macro: LT_LIBEXT').
 
 New in 2.2.6 2008-09-05: git version 2.2.5a, Libtool team:
 
diff --git a/THANKS b/THANKS
index 2ffa92a..17b7b12 100644
--- a/THANKS
+++ b/THANKS
@@ -109,6 +109,7 @@
   Manfred Weichel              address@hidden
   Marc Espie                   address@hidden
   Marc J. Fraioli              address@hidden
+  Marcel Loose                 address@hidden
   Mark Kettenis                        address@hidden
   Michael Haubenwallner                address@hidden
   Mike Frysinger               address@hidden
diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4
index f6be54a..a2b1a4e 100644
--- a/libltdl/m4/ltdl.m4
+++ b/libltdl/m4/ltdl.m4
@@ -407,6 +407,7 @@ AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h 
mach-o/dyld.h dirent.h],
 AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
 AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
 
+m4_pattern_allow([LT_LIBEXT])dnl
 AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
 
 name=ltdl


hooks/post-receive
--
GNU Libtool




reply via email to

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