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.
This commit is contained in:
Gary V. Vaughan 2000-09-09 12:12:56 +00:00
parent 58a5a82054
commit 7591310948
2 changed files with 10 additions and 2 deletions

View File

@ -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

View 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])