libXaw3d: Changes to 'master'

Yaakov (Cygwin/X) yselkowitz at users.sourceforge.net
Thu Sep 1 19:15:54 PDT 2011


On Thu, 2011-09-01 at 10:52 -0700, Gaetan Nadon wrote:
> New commits:
> commit daaa028c111276c3ba4d60b454f0fe39bf10666e
> Author: Gaetan Nadon <memsize at videotron.ca>
> Date:   Tue Aug 30 22:06:36 2011 -0400
> 
>     Add missing AC_CONFIG_HEADERS
>     
>     This is a requirement for all modules.
>     www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Headers
>     
>     Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

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 "config.h".

Either you need to add:

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

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


Yaakov
Cygwin/X




More information about the xorg-devel mailing list