From 3bb52b1352e267ddb04259662c5d110635bf2c42 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 2 Dec 2008 17:15:44 +0000 Subject: [PATCH] tell autoreconf about need for LTDL, so that don't need separate libtoolize --- autogen.sh | 2 -- configure.ac | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 09efdc6b1..559bd5b3d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,5 @@ #! /bin/sh -libtoolize --ltdl --force --copy || exit 1 - autoreconf -v --install --force || exit 1 # ensure config/depcomp exists even if still using automake-1.4 diff --git a/configure.ac b/configure.ac index a6f385ab9..ac540f6cd 100644 --- a/configure.ac +++ b/configure.ac @@ -479,6 +479,8 @@ if test "x$enable_ltdl" != "xno"; then AC_DEFINE(ENABLE_LTDL,1,[Define if you want on-demand plugin loading]) AC_CONFIG_SUBDIRS(libltdl) AC_LIBTOOL_DLOPEN + LT_CONFIG_LTDL_DIR + LTDL_INIT use_ltdl="Yes" if test "x$DARWIN9" = "xyes"; then -- 2.40.0