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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

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

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  <[EMAIL PROTECTED]>
+
+       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  <[EMAIL PROTECTED]>
 
        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              [EMAIL PROTECTED]
   Marc Espie                   [EMAIL PROTECTED]
   Marc J. Fraioli              [EMAIL PROTECTED]
+  Marcel Loose                 [EMAIL PROTECTED]
   Mark Kettenis                        [EMAIL PROTECTED]
   Michael Haubenwallner                [EMAIL PROTECTED]
   Mike Frysinger               [EMAIL PROTECTED]
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