summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-12 16:28:02 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-12 16:28:55 -0500
commit5ecf21cc130d7a45cb5e82e9c2c3025edee5d74f (patch)
treea187716f757752f215ce450a0e4b69c9c6c550d2
parente27e8c2a15ddcf51b2ea58f8eced7f035aa1301e (diff)
downloadxorg-app-xkbcomp-5ecf21cc130d7a45cb5e82e9c2c3025edee5d74f.tar.gz
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d45eee4..5465cb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
# If both the C file and YACC are missing, the package cannot be build.
AC_PROG_YACC