From aa22588037bd80ef13d2d7f13a1dac3ddf6e59af Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 1 Dec 2011 10:31:48 -0500 Subject: [PATCH 1/1] AC_PROG_LIBTOOL is deprecated in favor of LT_INIT Signed-off-by: Mathieu Desnoyers --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1