<!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 Sat, 2010-03-27 at 16:48 -0700, Jeremy Huddleston wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
I'm confused... what makes it 2.60 instead of 2.58?

</PRE>
</BLOCKQUOTE>
Sorry about the confusion.<BR>
The 2 changes are not really connected. The de facto lowest common denominator<BR>
for all x.org modules is 2.60 (4 years old). As I go along, I update the AC_PREREQ statement.<BR>
<BR>
The m4_ifdef I am removing was put in place in 2005 so that a new (at the time) feature<BR>
could be used on the old 2.57 level (8 years old now). <BR>
<BR>
I have yet to find a way of saying that clearly. No one uses 2.57 anymore (automake 1.9 won't even installed)<BR>
but if I write a patch just to bump up the number, then people get confused as well as it appears<BR>
to be gratuitous. <BR>
<BR>
Thanks
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Mar 27, 2010, at 15:01, Gaetan Nadon wrote:

&gt; No longer needed as modules will not configure with 2.57.
&gt; AS_HELP_STRING was introduced in 2.58. The minimum level
&gt; is now 2.60.
&gt; 
&gt; Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; ---
&gt; configure.ac |    4 +---
&gt; 1 files changed, 1 insertions(+), 3 deletions(-)
&gt; 
&gt; diff --git a/configure.ac b/configure.ac
&gt; index c75a041..852124a 100644
&gt; --- a/configure.ac
&gt; +++ b/configure.ac
&gt; @@ -20,7 +20,7 @@ dnl  PERFORMANCE OF THIS SOFTWARE.
&gt; dnl
&gt; dnl Process this file with autoconf to create configure.
&gt; 
&gt; -AC_PREREQ([2.57])
&gt; +AC_PREREQ([2.60])
&gt; 
&gt; AC_INIT([libXfont],
&gt;         1.4.1,
&gt; @@ -57,8 +57,6 @@ PKG_PROG_PKG_CONFIG
&gt; AC_CHECK_HEADERS([endian.h poll.h sys/poll.h])
&gt; AC_CHECK_FUNCS([poll])
&gt; 
&gt; -m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
&gt; -
&gt; #
&gt; # select libraries to include
&gt; #
&gt; -- 
&gt; 1.6.0.4
&gt; 
&gt; _______________________________________________
&gt; <A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
&gt; Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
&gt; Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>