automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCHES] Better error messages if obsolete macros are used


From: Paolo Bonzini
Subject: Re: [PATCHES] Better error messages if obsolete macros are used
Date: Sun, 30 Dec 2012 19:08:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Il 30/12/2012 11:23, Stefano Lattarini ha scritto:
> +AC_DEFUN([AM_CONFIG_HEADER],
> +[AC_FATAL(['$0': this macro is obsolete.
> +    You should use the 'AC][_CONFIG_HEADERS' macro instead.])])
> +

What's the point in doing this instead of

m4_defun([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS])

or something like that?  Your patch is even longer than keeping
backwards-compatibility...

Paolo



reply via email to

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