From: <zw...@ma...> - 2009-05-12 10:33:21
|
Author: zwelch Date: 2009-05-12 10:33:18 +0200 (Tue, 12 May 2009) New Revision: 1760 Modified: trunk/configure.in Log: Make replacements.h private by including it from config.h autoheader. Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-05-12 08:24:47 UTC (rev 1759) +++ trunk/configure.in 2009-05-12 08:33:18 UTC (rev 1760) @@ -780,6 +780,7 @@ AM_CONFIG_HEADER(config.h) AH_BOTTOM([ #include "system.h" +#include "replacements.h" ]) AM_INIT_AUTOMAKE([-Wall -Wno-portability]) |