<!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 Sun, 2011-01-16 at 12:17 -0800, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Alan Coopersmith <<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>>
---
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index a41d642..b75a199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,11 +10,10 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
+AC_CONFIG_HEADER([src/config.h include/X11/XlibConf.h])
</PRE>
</BLOCKQUOTE>
Should be AC_CONFIG_HEADERS, as AC_CONFIG_HEADER exists but is undocumented.<BR>
<A HREF="http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fCONFIG_005fHEADERS-201">http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fCONFIG_005fHEADERS-201</A>
<BLOCKQUOTE TYPE=CITE>
<PRE>
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER([src/config.h])
-AC_CONFIG_HEADER([include/X11/XlibConf.h])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: <TT><FONT COLOR="#1a1a1a">Gaetan Nadon <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>></FONT></TT>
</BODY>
</HTML>