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

Jérôme Guelfucci noreply at xfce.org
Mon Jan 2 23:24:02 CET 2012


Updating branch refs/heads/master
         to 14a5cffc30ef1538168c2a3ebebb24f0cbd74394 (commit)
       from 4d94f61324386599d63e7c8687df5afb08f65189 (commit)

commit 14a5cffc30ef1538168c2a3ebebb24f0cbd74394
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon Jan 2 23:14:26 2012 +0100

    Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.

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

diff --git a/configure.ac.in b/configure.ac.in
index 5ade890..027ea6d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,8 +35,8 @@ AM_PROG_CC_C_O()
 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