[Xfce4-commits] <xfce4-settings:master> Drop AC_LIBTOOL in favor of LT_PREREQ and LT_INIT.

Jannis Pohlmann noreply at xfce.org
Wed Nov 16 11:14:01 CET 2011


Updating branch refs/heads/master
         to 93de135ea36fa6ba11dda01755128b5177d13969 (commit)
       from 8768e7bc1ae850fcba8e88460e211b0a85cd37ab (commit)

commit 93de135ea36fa6ba11dda01755128b5177d13969
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Nov 16 10:12:16 2011 +0000

    Drop AC_LIBTOOL in favor of LT_PREREQ and LT_INIT.

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

diff --git a/configure.ac.in b/configure.ac.in
index 80b1a45..ea6be47 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -58,7 +58,8 @@ AC_PROG_INTLTOOL([0.31], [no-xml])
 dnl **************************
 dnl *** Initialize libtool ***
 dnl **************************
-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