<!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 Thu, 2010-03-04 at 08:50 -0800, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Thu, Mar 4, 2010 at 8:14 AM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; On Wed, 2010-03-03 at 20:16 -0800, Dan Nicholson wrote:
&gt;
&gt; We may need to specify a minimum version of the doc tools to generate
&gt; outputs. I think this currently affects asciidoc usage in libXi.
&gt;
&gt; Dan Nicholson (2):
&gt;   doc: Specify minimum asciidoc version to XORG_CHECK_ASCIIDOC
&gt;   doc: Specify minimum xmlto version to XORG_CHECK_XMLTO
&gt;
&gt;  xorg-macros.m4.in |   32 ++++++++++++++++++++++++++++++--
&gt;  1 files changed, 30 insertions(+), 2 deletions(-)
&gt;
&gt;
&gt; A good feature to have. This was requested here:
&gt; <A HREF="https://bugs.freedesktop.org/show_bug.cgi?id=24289">https://bugs.freedesktop.org/show_bug.cgi?id=24289</A>

The only thing I didn't look into is what version of autoconf
AS_VERSION_COMPARE is from.
</PRE>
</BLOCKQUOTE>
<BR>
I tested with Autoconf 2.60, which is our lowest common denominator for all X.Org modules and it works. The AC_PREREQ([2.57]) statements have never been updated since creation but no module works at that 2.57 level. 
<BLOCKQUOTE TYPE=CITE>
<PRE>

&gt; Doxygen also suffers from the same issue.

Ah, forgot about that. Can probably cut an paste and use this command:

$ doxygen --version
1.6.1

--
Dan
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>