]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
configure.in (AC_PROG_LIBTOOL): Using this in libtools own
authorGary V. Vaughan <gary@gnu.org>
Sat, 9 Sep 2000 12:12:56 +0000 (12:12 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 9 Sep 2000 12:12:56 +0000 (12:12 +0000)
configure.in interacts badly with the AC_PROVIDE calls and
results in several tests being inserted into configure too
early.  Use AC_LIBTOOL_SETUP instead.

ChangeLog
configure.in

index 29b7766d053adcc82bce63e0ad66039c55807d84..e3cfe4c91331b92dd94a52f02b87535767a95c51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2000-09-08  Gary V. Vaughan  <gcc@techie.com>
+2000-09-09  Gary V. Vaughan  <gvv@techie.com>
+
+       configure.in (AC_PROG_LIBTOOL):  Using this in libtools own
+       configure.in interacts badly with the AC_PROVIDE calls and
+       results in several tests being inserted into configure too
+       early.  Use AC_LIBTOOL_SETUP instead.
+
+2000-09-08  Gary V. Vaughan  <gvv@techie.com>
 
        libtool.m4 (_LT_AC_LTCONFIG_HACK): The ltconfig.in code I
        ported from ltconfig.in was incomplete -- this is a backport
index 3dc0beb010e4144983f9bca9673c6f08b561ce89..cbef7a6bc44b8fff8b77470382afb053aeef1ac4 100644 (file)
@@ -44,7 +44,8 @@ AC_LIBTOOL_WIN32_DLL
 
 dnl Check for dlopen support
 AC_LIBTOOL_DLOPEN
-AC_PROG_LIBTOOL
+
+AC_LIBTOOL_SETUP
 
 AC_ARG_ENABLE(ltdl-install,
 [  --disable-ltdl-install  do not install libltdl])