[PATCH xorg-gtest 2/2] config: do not initialize libtool twice
Gaetan Nadon
memsize at videotron.ca
Wed Feb 29 15:23:44 PST 2012
AC_PROG_LIBTOOL initializes libtool, contrary to what the name may suggest.
It has been renamed to LT_INIT in libtool v2. However X.Org has a requirement
to support libtool v1.5.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index d15eac6..72d947c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,6 @@ AC_SUBST([LIB_VERSION])
# Initialize libtool
AC_PROG_LIBTOOL
-LT_INIT
-
# Require X.Org macros 1.16 or later for XORG_TESTSET_CFLAG
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])])
--
1.7.5.4
More information about the xorg-devel
mailing list