[Xfce4-commits] <tumbler:master> Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.
Jannis Pohlmann
noreply at xfce.org
Wed Nov 16 11:16:01 CET 2011
Updating branch refs/heads/master
to 7289c17fcb51c7ee3afcab49b886852dffef2365 (commit)
from e64e0a54ded8539281681abbe416d4a83e7c03db (commit)
commit 7289c17fcb51c7ee3afcab49b886852dffef2365
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Nov 16 10:08:18 2011 +0000
Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.
configure.ac | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 468c2b6..7a172e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,12 @@ AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL([0.31], [no-xml])
-AC_PROG_LIBTOOL()
+
+dnl ***********************
+dnl *** Prepare libtool ***
+dnl ***********************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl ***************************************
dnl *** Check for standard header files ***
More information about the Xfce4-commits
mailing list