bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] include-next, warnings: support older autoconf


From: Jim Meyering
Subject: Re: [PATCH] include-next, warnings: support older autoconf
Date: Tue, 26 Jul 2011 22:23:31 +0200

Stefano Lattarini wrote:
> Hi Eric.  Hope you don't mind hearing a minor nit ...
...
>> -       AS_VAR_SET([gl_next_header], ['<'gl_HEADER_NAME'>'])
>> +       AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>'])
>>
> IMHO you should add a comment here explaining why you are underquoting
> (and thus implicitly stating that such underquoting is deliberate, not
> a mistake); as in e.g.:
>
>     ...
>     if test $gl_cv_have_include_next = yes; then
>       dnl Autoconf 2.59 requires us to underquote here.
>       AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>'])
>       ...
>
> And similarly for the other usages.

I too was surprised not to see comments.
I'd go even further and suggest to add a FIXME comment, so we'll
know to revert this change once autoconf-2.59 is no longer supported.



reply via email to

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