Moved up in the autoconf init section. It has been removed from Automake 1.12.
Signed-off-by: Gaetan Nadon <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
