From: Jozsef Kadlecsik Date: Wed, 22 Dec 2010 20:49:34 +0000 (+0100) Subject: Support libtool < 2.2 X-Git-Tag: v5.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ef879875a4ce533c60d9c67aa428d5b26c4ec7;p=thirdparty%2Fipset.git Support libtool < 2.2 LT_INIT is not present before libtool 2.2. Revert to use AC_PROG_LIBTOOL. --- diff --git a/configure.ac b/configure.ac index 0a79dc20..e916c56c 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