mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
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:
parent
58a5a82054
commit
7591310948
@ -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
|
||||
|
||||
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user