From c3ef879875a4ce533c60d9c67aa428d5b26c4ec7 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 22 Dec 2010 21:49:34 +0100 Subject: Support libtool < 2.2 LT_INIT is not present before libtool 2.2. Revert to use AC_PROG_LIBTOOL. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0a79dc2..e916c56 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = xyes]) dnl Checks for programs AC_PROG_CC AM_PROG_CC_C_O -LT_INIT +AC_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_LN_S -- cgit v1.2.3