This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR35457, provide system to backport autoconf 2.60+ bugfixes


* Paolo Bonzini wrote on Fri, Apr 18, 2008 at 12:30:21PM CEST:
> Ralf Wildenhues wrote:
>>
>> It would be cool if such backports are written to automatically expand
>> to nil if a new enough Autoconf is used.
>
> The ones in override.m4 do expand only for 2.59 (under the assumption  
> that we'll switch to the latest one when we do).

But that means that if a decision is later made to switch to, say, 2.61
but not 2.62, this silently regresses.  If you use the construct I
posted, along with the correct version number for each macro
replacement, you ensure that you don't regress, and that eventual
improvement of even newer Autoconf versions are picked up.

Cheers,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]