From 018e781326bee53a55f9c225b076eaa71456c1c0 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:37:29 +0100
Subject: [PATCH v3 03/13] 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 449befe..ddf7543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,8 +27,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])
 
 AM_CONDITIONAL(READLINE, test "${enable_readline}" = "yes")
 
-- 
1.9.0.rc3.244.g3497008

