On Tue, 2010-11-09 at 04:20 +0100, Guillem Jover wrote: > build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and > AC_DISABLE_STATIC >
LT_INIT requires libtool v2 whereby xorg "lowest common denominator" is
v1.5. I suspect that in real life almost everyone uses v2. If I
understand correctly, when configured with v2, libtool copies a handful
of v2 macros in the m4 directory (only if available). This allows a
system with v1.5 to use the v2 macros.
I am considering upgrading all of xorg to libtool v2 (only formalizing
the current situation). I am interested in the feedback you may get from
builders on that matter.
Consider adding:
AC_CONFIG_MACRO_DIR([m4])
But do not add in the makefile:
ACLOCAL_AMFLAGS = -I m4
unless you have a macro in m4 subdir that is stored in git.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
