[Xfce4-commits] <xfce4-appfinder:master> Use new libtool macros.

Nick Schermer noreply at xfce.org
Thu Nov 3 19:34:01 CET 2011


Updating branch refs/heads/master
         to 54244b324b4ba59326933014813c60e4b6d879d2 (commit)
       from 84c7a9c9db312083268350ae1b0da49880c2f25f (commit)

commit 54244b324b4ba59326933014813c60e4b6d879d2
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Nov 3 19:32:29 2011 +0100

    Use new libtool macros.

 configure.ac.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index dae56b1..f84fe2b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -53,8 +53,8 @@ AC_PROG_INTLTOOL()
 dnl **************************
 dnl *** Initialize libtool ***
 dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl **********************************
 dnl *** Check for standard headers ***


More information about the Xfce4-commits mailing list