From 1ba276858bc9c5c76526257681c9503130b2987e Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:37:29 +0100
Subject: [PATCH v2 04/18] 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 d8eade4..cb4bc8f 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.3.1

