[PATCH xorg-gtest 2/2] config: do not initialize libtool twice
Chase Douglas
chase.douglas at canonical.com
Wed Feb 29 16:11:21 PST 2012
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<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])])
The libtool docs support your claim :).
Applied and pushed.
Thanks!
More information about the xorg-devel
mailing list