[Xfce4-commits] <xfdesktop:master> Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT.
Jannis Pohlmann
noreply at xfce.org
Wed Nov 16 11:56:01 CET 2011
Updating branch refs/heads/master
to ede4fb5c803c867c10c6c0fa5f8bfa9ce19d210d (commit)
from 855cf774c7270eda081e272facb3db1a2a65c213 (commit)
commit ede4fb5c803c867c10c6c0fa5f8bfa9ce19d210d
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Nov 16 10:54:17 2011 +0000
Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT.
configure.ac.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index bf6a8ed..e0bc4db 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -47,9 +47,12 @@ dnl check for basic programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
+dnl prepare libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl check for standard header files
AC_HEADER_STDC
AC_CHECK_HEADERS([ctype.h errno.h fcntl.h math.h pwd.h signal.h stddef.h \
More information about the Xfce4-commits
mailing list