From 759131094889ce07dcf03dcff0b5083a5fb5b757 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 9 Sep 2000 12:12:56 +0000 Subject: [PATCH] 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. --- ChangeLog | 9 ++++++++- configure.in | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) 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]) -- 2.47.3