[PATCH libXfont] config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

2010-03-30 Thread Gaetan Nadon
Both headers end up created by the same macro. Signed-off-by: Gaetan Nadon --- Makefile.am |3 +-- configure.ac |4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7aee053..49102e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +4

[PATCH libXfont] config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

2010-04-01 Thread Gaetan Nadon
There are 2 headers to generate. The first one (config.h) is picked up by autoheader to generate the familiar config.h.in input file. The others in the list (or in subsequent AC_CONFIG_HEADERS macro calls) are generated from their existing matching template, e.g. fontconf.h.in. When multiple heade

Re: [PATCH libXfont] config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

2010-03-30 Thread Dan Nicholson
On Tue, Mar 30, 2010 at 6:32 AM, Gaetan Nadon wrote: > Both headers end up created by the same macro. > > Signed-off-by: Gaetan Nadon Reviewed-by: Dan Nicholson ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-d

Re: [PATCH libXfont] config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

2010-04-01 Thread Dan Nicholson
On Thu, Apr 1, 2010 at 11:12 AM, Gaetan Nadon wrote: > There are 2 headers to generate. The first one (config.h) > is picked up by autoheader to generate the familiar config.h.in > input file. The others in the list (or in subsequent AC_CONFIG_HEADERS > macro calls) are generated from their existi