From df94cb141f02f123a64b0ef7abf5f593c1b27e13 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 31 Mar 2010 20:21:47 -0400 Subject: Revert "config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS" This reverts commit 8e84687b26be6e8f5da4fce173c0a134eb07f4f3. Until the issue is resolved on MAC O/S http://tinderbox.x.org/builds/2010-03-31-0030/logs/libXfont/ --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 98dac59..852124a 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,8 @@ dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from Xfont.h dnl AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AC_CONFIG_HEADERS([config.h - include/X11/fonts/fontconf.h]) +AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([include/X11/fonts/fontconf.h]) AM_MAINTAINER_MODE # Require xorg-macros: XORG_DEFAULT_OPTIONS -- cgit v1.2.1