On 02/29/2012 03:23 PM, Gaetan Nadon wrote:
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<[email protected]>
---
  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])])

The libtool docs support your claim :).

Applied and pushed.

Thanks!
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to