From: Harlan Stenn Date: Wed, 12 Jan 2011 20:59:20 +0000 (-0500) Subject: Keep AC_PROG_LIBTOOL, instead of changing to LT_INIT X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e00b799fcc6181a4d4e23dc936b043eb660129cb;p=thirdparty%2Fntp.git Keep AC_PROG_LIBTOOL, instead of changing to LT_INIT bk: 4d2e1628gIpJuQK6foHgHf717E76xw --- diff --git a/configure.ac b/configure.ac index 8c19e08a48..ac7072116a 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ NTP_VPATH_HACK # So far, the only shared library we might use is libopts. # It's a small library - we might as well use a static version of it. AC_DISABLE_SHARED -LT_INIT +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) # NTP has (so far) been relying on leading-edge autogen. diff --git a/sntp/configure.ac b/sntp/configure.ac index 7b795d9906..875d504d0e 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -55,7 +55,7 @@ AM_PROG_CC_C_O AC_PROG_CPP AC_DISABLE_SHARED -LT_INIT +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) # NTP has (so far) been relying on leading-edge autogen.