[PATCH input-vmmouse] config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Gaetan Nadon memsize at videotron.ca
Tue May 1 13:20:59 PDT 2012


Moved up in the autoconf init section.
It has been removed from Automake 1.12.

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

diff --git a/configure.ac b/configure.ac
index 5938ca7..33fbd64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,8 @@ AC_INIT([xf86-input-vmmouse],
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_AUX_DIR(.)
+AC_CONFIG_HEADERS([config.h])
+
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 AM_MAINTAINER_MODE
@@ -41,8 +43,6 @@ XORG_DEFAULT_OPTIONS
 DRIVER_NAME=vmmouse
 AC_SUBST([DRIVER_NAME])
 
-AM_CONFIG_HEADER([config.h])
-
 # Checks for programs.
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
-- 
1.7.5.4



More information about the xorg-devel mailing list