[PATCH input-acecad 5/7] config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Mon Apr 12 14:10:02 PDT 2010
From: Gaetan Nadon <memsize at videotron.ca>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6ac63f0..de31fef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,16 +20,18 @@
#
# Process this file with autoconf to produce a configure script
+# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-acecad],
[1.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-input-acecad])
-
AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+# Initialize Automake
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
@@ -38,8 +40,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AM_CONFIG_HEADER([config.h])
-
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
--
1.6.0.4
More information about the xorg-devel
mailing list