From a6651a8d812d224a9e74205bdefb7081f743af11 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 1 May 2012 16:38:14 -0400 Subject: config: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERS The former is an obsolete alias to the latter. It may get removed in the future. Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4bd61fe..c4acf24 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ XORG_WITH_FOP XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) -AC_CONFIG_HEADER([do-not-use-config.h]) -AC_CONFIG_HEADER([Xfuncproto.h]) +AC_CONFIG_HEADERS([do-not-use-config.h]) +AC_CONFIG_HEADERS([Xfuncproto.h]) AC_CANONICAL_HOST -- cgit v1.2.3