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

Nick Schermer noreply at xfce.org
Sun Nov 13 18:58:02 CET 2011


Updating branch refs/heads/master
         to 4684ce68f4edc3e3d45f97716e6e922d898e3670 (commit)
       from ba63a7b846760461023a28ef677b0bef209a17b0 (commit)

commit 4684ce68f4edc3e3d45f97716e6e922d898e3670
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Nov 13 18:56:42 2011 +0100

    Use new libtool macros.

 configure.in.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 9a4c4e3..1e0b78a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -89,9 +89,14 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL([0.31], [no-xml])
-AC_PROG_LIBTOOL()
 AC_CHECK_PROGS([PERL], [perl5 perl])
 
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
 dnl ***************************************
 dnl *** Check for standard header files ***
 dnl ***************************************


More information about the Xfce4-commits mailing list