[Xfce4-commits] <xfce4-diskperf-plugin:master> Require x-d-t 4.9.0, fix libtool autohell macros
Landry Breuil
noreply at xfce.org
Tue Apr 3 16:36:02 CEST 2012
Updating branch refs/heads/master
to d835b8eb49f7baa5f3093796301cbbfcaba00cc2 (commit)
from f85bd63e13dbe511bab65b2b36a133083112bada (commit)
commit d835b8eb49f7baa5f3093796301cbbfcaba00cc2
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 3 14:39:35 2012 +0200
Require x-d-t 4.9.0, fix libtool autohell macros
autogen.sh | 2 +-
configure.ac.in | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index d3b7588..8428b94 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@
# and Brian Tarricone <brian at tarricone.org>.
#
-export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
+export XDT_AUTOGEN_REQUIRED_VERSION="4.9.0"
(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF
diff --git a/configure.ac.in b/configure.ac.in
index e0eb74b..b22f440 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -32,9 +32,11 @@ dnl ********************************
AC_PROG_CC_C99()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
AC_PROG_INTLTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl **********************************
dnl *** Check for standard headers ***
dnl **********************************
More information about the Xfce4-commits
mailing list