From 8ae796bacd9b57cdcb68927d93d696552187b0bb Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 15 Oct 2008 23:54:45 +0200 Subject: [PATCH] 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 --- ChangeLog | 9 +++++++++ NEWS | 3 ++- THANKS | 1 + libltdl/m4/ltdl.m4 | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cabc93d9b..5704dcef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-10-15 Ralf Wildenhues + + 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 Atomic shared library install permissions on HP-UX. diff --git a/NEWS b/NEWS index 9dc14e1d7..33ee2778f 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 2ffa92aad..17b7b1252 100644 --- a/THANKS +++ b/THANKS @@ -109,6 +109,7 @@ Manfred Weichel Manfred.Weichel@pdb.siemens.de Marc Espie espie@nerim.net Marc J. Fraioli fraioli@dg-rtp.dg.com + Marcel Loose loose@astron.nl Mark Kettenis kettenis@phys.uva.nl Michael Haubenwallner michael.haubenwallner@salomon.at Mike Frysinger vapier@gentoo.org diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index f6be54a94..a2b1a4eba 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 -- 2.47.3