summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-28 19:41:37 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 19:41:37 -0500
commitf9d755fc92661a6db6f9d11c4e13a8926be47a83 (patch)
treeb93aaca9ed2518e5fa2c71fe39806704d107211c
parent37ac4dffd8dd1648f4e34fe3a23bfa253f14e9f9 (diff)
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c28a61..4558c7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ XORG_ENABLE_SPECS
XORG_WITH_XMLTO(0.0.20)
XORG_WITH_FOP
XORG_CHECK_SGML_DOCTOOLS(1.5)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
# Determine .so library version per platform
# based on SharedXextRev in monolith xc/config/cf/*Lib.tmpl