build: Require libtool >= 2.2.6

Update the configure.ac to use the LT_INIT() instead of the deprecated
AC_PROG_LIBTOOL. This also allows us to depend on a specific libtool
version, namely one that doesn't thoroughly suck.
This commit is contained in:
Emmanuele Bassi 2010-03-02 13:32:46 +00:00
parent 9a55ddc7c3
commit e3fba5f2e8

View File

@ -89,8 +89,10 @@ dnl ========================================================================
# Checks for programs.
AM_PROG_CC_C_O
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
# require libtool >= 2.2
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
# Disable dolt; we should depend on libtool 2.2
#DOLT