]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Keep AC_PROG_LIBTOOL, instead of changing to LT_INIT
authorHarlan Stenn <stenn@ntp.org>
Wed, 12 Jan 2011 20:59:20 +0000 (15:59 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 12 Jan 2011 20:59:20 +0000 (15:59 -0500)
bk: 4d2e1628gIpJuQK6foHgHf717E76xw

configure.ac
sntp/configure.ac

index 8c19e08a4830131f2be61163d994b777bef71c05..ac7072116a63d90828019c697fe63fa0ff36ddc4 100644 (file)
@@ -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.
index 7b795d99068626f1c889e774beb4fdedcb352ad9..875d504d0e3fea237ea231a076af98c3e0a736c9 100644 (file)
@@ -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.