<!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.32.2">
</HEAD>
<BODY>
On Thu, 2011-09-01 at 21:15 -0500, Yaakov (Cygwin/X) wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Thu, 2011-09-01 at 10:52 -0700, Gaetan Nadon wrote:
&gt; New commits:
&gt; commit daaa028c111276c3ba4d60b454f0fe39bf10666e
&gt; Author: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; Date:   Tue Aug 30 22:06:36 2011 -0400
&gt; 
&gt;     Add missing AC_CONFIG_HEADERS
&gt;     
&gt;     This is a requirement for all modules.
&gt;     <A HREF="http://www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Headers">www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Headers</A>
&gt;     
&gt;     Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;

This commit causes a major problem; now none of the AC_DEFINEs (or the
results of AC_CHECK_*) are seen by the source file because none of them
#include &quot;config.h&quot;.

Either you need to add:

#ifdef HAVE_CONFIG_H
#include &quot;config.h&quot;
#endif

to the beginning of each source file, or revert commit
daaa028c111276c3ba4d60b454f0fe39bf10666e.  This is a release blocker.


</PRE>
</BLOCKQUOTE>
I am terribly sorry. Migh as well finish the job and change the source file. It's the first time I actually add one of these. I thought all the defines were handled&nbsp; by Automake by some other mechanism. Should be done shortly.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Yaakov
Cygwin/X


_______________________________________________
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>