diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 14:05:22 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 19:57:41 -0400 |
commit | b36d8c09e91382f4cfa71635374ec88f5b676d1c (patch) | |
tree | 194041bf18673ee92b54c5653d4aa5837bd099a5 /configure.ac | |
parent | cd9351b04c2d6982b28c647a63d550eb3e1937eb (diff) |
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9126e908..20fe0263 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([xf86-video-ati], [xf86-video-ati]) AC_CONFIG_SRCDIR([Makefile.am]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |