[Xfce4-commits] <gtk-xfce-engine:peter/gtk3> Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT
Peter de Ridder
noreply at xfce.org
Sun Jan 8 17:10:01 CET 2012
Updating branch refs/heads/peter/gtk3
to 8a6d5caf69d6b063103608277ed040768323e4e4 (commit)
from e0f3335137f2a3b74cd1535338994fba3d43144e (commit)
commit 8a6d5caf69d6b063103608277ed040768323e4e4
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Dec 11 23:18:31 2011 +0100
Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT
configure.in.in | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 59f3477..e73d192 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -37,11 +37,15 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl ********************************
dnl *** Check for basic programs ***
dnl ********************************
-AC_PROG_LIBTOOL()
-AC_DISABLE_STATIC()
AC_PROG_CC()
AC_PROG_INSTALL()
+dnl *************************
+dnl *** Check for libtool ***
+dnl *************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl **********************************
dnl *** Check for standard headers ***
dnl **********************************
More information about the Xfce4-commits
mailing list