]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac: Set libltdl nonrecursive option, to avoid
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Jan 2008 06:23:16 +0000 (06:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Jan 2008 06:23:16 +0000 (06:23 +0000)
configuring libltdl inside the Libtool package.

ChangeLog
configure.ac

index 35b2940b91c1dbc265018a81f5810b5d02d0d644..f212fcb43f610777db52069b35a1ff8de17e15b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Set libltdl nonrecursive option, to avoid
+       configuring libltdl inside the Libtool package.
+
 2008-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Silence all non-warning output from `libtool --silent'.
index 3e2b49713dd560b3c58fd96a32301a31cc2198d1..b7c75f197472acf70452880d8d2300636debf298 100644 (file)
@@ -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