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:
parent
9a55ddc7c3
commit
e3fba5f2e8
@ -89,8 +89,10 @@ dnl ========================================================================
|
|||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AM_PROG_CC_C_O
|
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
|
# Disable dolt; we should depend on libtool 2.2
|
||||||
#DOLT
|
#DOLT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user