From 2962e8d93570d483f42e58ddae9013a8482b5dfd Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Jan 2008 19:43:29 +0000 Subject: [PATCH] * libltdl/m4/libtool.m4 (LT_INIT): m4_require, not AC_REQUIRE _LT_CHECK_BUILDDIR, as it's m4_defun'ed, not AC_DEFUN'ed. Report by Peter O'Gorman. --- ChangeLog | 4 ++++ libltdl/m4/libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12dcfa35..a79a1136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-01-08 Ralf Wildenhues + * libltdl/m4/libtool.m4 (LT_INIT): m4_require, not AC_REQUIRE + _LT_CHECK_BUILDDIR, as it's m4_defun'ed, not AC_DEFUN'ed. + Report by Peter O'Gorman. + * libltdl/m4/ltdl.m4 (_LTDL_INSTALLABLE): Restore correct _LT_BUILD_PREFIX-using code. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index ea100733..29be7a00 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -69,7 +69,7 @@ AC_DEFUN([LT_INIT], AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl -AC_REQUIRE([_LT_CHECK_BUILDDIR])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl