From: Mathieu Desnoyers Date: Thu, 1 Dec 2011 15:31:48 +0000 (-0500) Subject: AC_PROG_LIBTOOL is deprecated in favor of LT_INIT X-Git-Tag: v0.8~5 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=aa22588037bd80ef13d2d7f13a1dac3ddf6e59af AC_PROG_LIBTOOL is deprecated in favor of LT_INIT Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 4446f290..690feb6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace], [0.7], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.7],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -17,7 +17,7 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET -AC_PROG_LIBTOOL +LT_INIT AC_PROG_YACC AC_PROG_LEX