[PATCH video-modesetting 08/14] Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Gaetan Nadon memsize at videotron.ca
Sun Feb 19 05:34:27 PST 2012


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index fcfe330..01596b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([xf86-video-modesetting],
         [xf86-video-modesetting])
 
 AC_CONFIG_SRCDIR([Makefile.am])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 m4_ifndef([XORG_MACROS_VERSION],
 	[m4_fatal([must install xorg-macros 1.8 or later before runnign autoconf/autogen])])
-- 
1.7.5.4



More information about the xorg-devel mailing list