From: Ralf Wildenhues Date: Tue, 15 Jan 2008 06:23:16 +0000 (+0000) Subject: * configure.ac: Set libltdl nonrecursive option, to avoid X-Git-Tag: release-2-1b~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144b0ad7686a34e446df2a0f82050c50addf6554;p=thirdparty%2Flibtool.git * configure.ac: Set libltdl nonrecursive option, to avoid configuring libltdl inside the Libtool package. --- diff --git a/ChangeLog b/ChangeLog index 35b2940b9..f212fcb43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-15 Ralf Wildenhues + + * configure.ac: Set libltdl nonrecursive option, to avoid + configuring libltdl inside the Libtool package. + 2008-01-14 Ralf Wildenhues Silence all non-warning output from `libtool --silent'. diff --git a/configure.ac b/configure.ac index 3e2b49713..b7c75f197 100644 --- a/configure.ac +++ b/configure.ac @@ -181,6 +181,7 @@ AC_PROG_CPP ## Libtool initialisation. ## ## ----------------------- ## LT_INIT([dlopen win32-dll]) +_LT_SET_OPTION([LTDL_INIT], [nonrecursive]) _LTDL_SETUP # Enable all the language support we can