automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER


From: Paolo Bonzini
Subject: Re: [PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
Date: Sat, 29 Dec 2012 20:46:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Il 29/12/2012 17:32, Stefano Lattarini ha scritto:
> * configure.ac: Here.  The latter has been removed in Automake 1.13.

Is there any reason for this, apart from randomly breaking
perfectly-working packages?

The right way to do this is to rely on the autoupdate machinery.

Paolo

> 
> Signed-off-by: Stefano Lattarini <address@hidden>
> Copyright-paperwork-exempt: yes
> ---
>  ChangeLog    | 5 +++++
>  configure.ac | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/ChangeLog b/ChangeLog
> index 83109e7..133b56a 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2012-12-29  Stefano Lattarini  <address@hidden>  (tiny change)
> +
> +     build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
> +     * configure.ac: Here.  The latter has been removed in Automake 1.13.
> +
>  2012-12-21  Paolo Bonzini  <address@hidden>
>  
>       * configure.ac: Bump version number.  Replace COPYRIGHT_YEAR.
> diff --git a/configure.ac b/configure.ac
> index 9d33ec9..c89f368 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2,7 +2,7 @@ dnl Process this file with -*- autoconf -*- to produce a 
> configure script.
>  AC_INIT([GNU sed], 4.2.2, address@hidden, sed)
>  AC_CONFIG_AUX_DIR(build-aux)
>  AC_CONFIG_SRCDIR([sed/sed.c])
> -AM_CONFIG_HEADER(config.h:config_h.in)
> +AC_CONFIG_HEADERS(config.h:config_h.in)
>  AC_PREREQ(2.60)
>  AM_INIT_AUTOMAKE
>  
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]