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

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


Updating branch refs/heads/master
         to 18199db7428b4bd1a0c5aaa60ebdea3e96178006 (commit)
       from 9543eab4867876a6190cc07dba7b79fec7aab528 (commit)

commit 18199db7428b4bd1a0c5aaa60ebdea3e96178006
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Nov 16 10:29:59 2011 +0000

    Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.

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

diff --git a/configure.ac.in b/configure.ac.in
index afd56b5..ffcb1ce 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -53,7 +53,10 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
-AC_PROG_LIBTOOL
+
+dnl check for libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl Check C Compiler Characteristics
 AC_C_INLINE


More information about the Xfce4-commits mailing list