summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-21 14:05:23 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-21 14:05:23 -0400
commit803fff60e4e7217138d5e889ca61182f84dc50c1 (patch)
tree7ad5486e9b16b406a837e321700e4c64849320fa
parent7ff013f67a7fa83c4f2e37f664de24912765632c (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 6e61e7e..dfa0838 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([xf86-video-suncg3],
[xf86-video-suncg3])
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])