[gnome-search-tool] configure.ac: Use new libtool syntax



commit 9c928feda40564224467100e908bfeb2a54b4d0a
Author: Javier JardÃn <jjardon gnome org>
Date:   Tue Oct 25 18:03:50 2011 +0100

    configure.ac: Use new libtool syntax

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 18d769b..acfda9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ AC_PROG_CXX
 AC_ISC_POSIX
 AC_HEADER_STDC
 
-AM_DISABLE_STATIC
 # enable libtool
-AC_PROG_LIBTOOL
+LT_PREREQ([2.2])
+LT_INIT([disable-static])
 
 ## don't rerun to this point if we abort
 AC_CACHE_SAVE



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