[totem-pl-parser] configure.ac: Use new libtool syntax



commit b114342ef68d276d30d50ca00f163517594f3034
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Jan 4 10:59:54 2013 +0000

    configure.ac: Use new libtool syntax

 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 780574e..f37b3c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,11 @@ IT_PROG_INTLTOOL([0.35.0])
 
 AC_PROG_CXX
 AM_PROG_CC_C_O
-AC_PROG_LIBTOOL()
+
+# Initialize libtool
+LT_PREREQ([2.2])
+LT_INIT([])
+
 PKG_PROG_PKG_CONFIG
 
 dnl Use local version of asprintf when not on the current system.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]