<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-11-09 at 04:20 +0100, Guillem Jover wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">      build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and AC_DISABLE_STATIC</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
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.<BR>
<BR>
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.<BR>
<BR>
Consider adding:
<BLOCKQUOTE>
<PRE>
AC_CONFIG_MACRO_DIR([m4])
</PRE>
</BLOCKQUOTE>
But do not add in the makefile:
<BLOCKQUOTE>
<PRE>
ACLOCAL_AMFLAGS = -I m4
</PRE>
</BLOCKQUOTE>
unless you have a macro in m4 subdir that is stored in git.<BR>
<BR>
</BODY>
</HTML>