From: Gary V. Vaughan Date: Sat, 9 Sep 2000 12:12:56 +0000 (+0000) Subject: configure.in (AC_PROG_LIBTOOL): Using this in libtools own X-Git-Tag: release-1-3d~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759131094889ce07dcf03dcff0b5083a5fb5b757;p=thirdparty%2Flibtool.git 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. --- diff --git a/ChangeLog b/ChangeLog index 29b7766d0..e3cfe4c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2000-09-08 Gary V. Vaughan +2000-09-09 Gary V. Vaughan + + 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 libtool.m4 (_LT_AC_LTCONFIG_HACK): The ltconfig.in code I ported from ltconfig.in was incomplete -- this is a backport diff --git a/configure.in b/configure.in index 3dc0beb01..cbef7a6bc 100644 --- a/configure.in +++ b/configure.in @@ -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])