summaryrefslogtreecommitdiff
authorGaetan Nadon <memsize@videotron.ca>2012-05-01 20:38:14 (GMT)
committer Gaetan Nadon <memsize@videotron.ca>2012-05-02 15:37:55 (GMT)
commita6651a8d812d224a9e74205bdefb7081f743af11 (patch) (side-by-side diff)
treef027a71e7bfaf1752b7677a66337c4a34c7105ec
parent20202784b9700d973d5301f0cb3243eba99fc349 (diff)
downloadxproto-master.zip
xproto-master.tar.gz
config: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERSHEADmaster
The former is an obsolete alias to the latter. It may get removed in the future. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac4
1 files 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