[PATCH input-acecad 5/7] config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Peter Hutterer peter.hutterer at who-t.net
Tue Apr 13 19:58:33 PDT 2010


On Mon, Apr 12, 2010 at 05:10:02PM -0400, xorg-devel-bounces at lists.x.org wrote:
> 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

this one 

>  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])

and this one - can you put those two into the following patch please.
for things like this having a "misc cleanup" patch is acceptable, but please
don't put it into a patch that describes a different change.

Cheers,
  Peter

>  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