From ef3d6e3c09fe11fe0c5ce22b9244117483085f09 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:37:29 +0100
Subject: [PATCH 04/15] build: Use LT_INIT instead of AC_DISABLE_STATIC and
 AC_PROG_LIBTOOL
Status: obsolete

---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d825a02..86a76d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,8 +29,7 @@ AC_PROG_INSTALL
 m4_define([_LT_AC_TAGCONFIG], [])
 m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
 
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
 
 AC_ARG_ENABLE(optimization, AS_HELP_STRING([--disable-optimization],
 			[disable code optimization through compiler]), [
-- 
1.8.2.rc2

