configure: Use AC_PROG_LIBTOOL

This apparently helps autoreconf know we're using libtool.
This commit is contained in:
Colin Walters 2011-10-26 13:52:42 -04:00
parent 561b54d7e1
commit 37bea9f29d
1 changed files with 1 additions and 0 deletions

View File

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