[Xfce4-commits] <xfbib:master> Updated checks for libtool

Jesper Karlsson noreply at xfce.org
Mon Feb 18 18:18:03 CET 2013


Updating branch refs/heads/master
         to a398c57ecbe2dce5da1de56b11883b1e7fdc7d5d (commit)
       from e9e8e252a93bf0e7316762d232f912dab28fc688 (commit)

commit a398c57ecbe2dce5da1de56b11883b1e7fdc7d5d
Author: Jesper Karlsson <zarper at gmail.com>
Date:   Sat Dec 15 11:57:51 2012 +0100

    Updated checks for libtool

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

diff --git a/configure.ac.in b/configure.ac.in
index f3098ed..c7268bd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,10 +35,13 @@ dnl check for basic programs
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 AC_PROG_INTLTOOL([0.31], [no-xml])
 AC_PROG_MAKE_SET
 
+dnl check for libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
 dnl check for standard header files
 AC_HEADER_STDC
 AC_CHECK_HEADERS([errno.h stdlib.h string.h unistd.h])


More information about the Xfce4-commits mailing list