From 40f9d827f77c35ac994fa624822f002d4ed6871a Mon Sep 17 00:00:00 2001 From: Dan Fruehauf Date: Sat, 14 Dec 2013 14:09:57 +0100 Subject: Use LT_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit instead of deprecated AC_PROG_LIBTOOL Signed-off-by: Guido Günther --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3937d49..cc9e348 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL -AC_PROG_LIBTOOL +LT_INIT dnl dnl Required headers -- cgit v1.2.3