[Xfce4-commits] <xfce4-wavelan-plugin:master> Require x-d-t 4.9.0, update libtool autohell macros
Landry Breuil
noreply at xfce.org
Tue Apr 3 18:22:02 CEST 2012
Updating branch refs/heads/master
to a09c2c7629f6f0c1f2f77dff82cf4275c0438988 (commit)
from ff954a1937ca63ccb967de7c947308214ba29fa8 (commit)
commit a09c2c7629f6f0c1f2f77dff82cf4275c0438988
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 3 18:20:17 2012 +0200
Require x-d-t 4.9.0, update 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 6bc0c8a..735c746 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@
#
# Written for Xfce by Benedikt Meurer <benny at xfce.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 e3b7b85..4650138 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -27,9 +27,11 @@ AC_MINIX()
dnl Check for basic programs
AC_PROG_CC()
AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
AC_PROG_INTLTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl Check for standard header files
AC_HEADER_STDC()
AC_CHECK_HEADERS([math.h stdio.h stdlib.h string.h sys/types.h \
More information about the Xfce4-commits
mailing list