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-Tag: NTP_4_2_7P117~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48609a5bdcee4cacd680510b8b30d3cf5b6091a5;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 8c19e08a4..ac7072116 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 7b795d990..875d504d0 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.