configure: Use AC_PROG_LIBTOOL
This apparently helps autoreconf know we're using libtool.
This commit is contained in:
parent
561b54d7e1
commit
37bea9f29d
|
|
@ -25,6 +25,7 @@ fi
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
|
AC_PROG_LIBTOOL
|
||||||
LT_PREREQ([2.2])
|
LT_PREREQ([2.2])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue