From 37bea9f29d50e00e53ca6d0f755340f1347179f8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 26 Oct 2011 13:52:42 -0400 Subject: [PATCH] configure: Use AC_PROG_LIBTOOL This apparently helps autoreconf know we're using libtool. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index c1e5eb53..c487ff1a 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ fi changequote([,])dnl # Initialize libtool +AC_PROG_LIBTOOL LT_PREREQ([2.2]) LT_INIT