summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-21 14:05:22 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-21 14:05:22 -0400
commit7c22a9399d6ee6a75b178b7727eeca6139038268 (patch)
treea524d1631c7c187e2e3ed5941c447864e3b847da
parent95f26913d129835596ccf1a1c1b353408fb8c52c (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 4a89c1e..afeb544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([xf86-video-chips],
[xf86-video-chips])
AC_CONFIG_SRCDIR([Makefile.am])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([foreign dist-bzip2])