[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-
From: |
Paolo Bonzini |
Subject: |
Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-167-g359be41 |
Date: |
Sun, 09 Nov 2008 14:43:04 +0100 |
User-agent: |
Thunderbird 2.0.0.17 (Macintosh/20080914) |
Ralf Wildenhues wrote:
> Hi Paolo,
>
> * Paolo Bonzini wrote on Thu, Nov 06, 2008 at 03:29:32PM CET:
>> --- a/lib/autoconf/general.m4
>> +++ b/lib/autoconf/general.m4
>> @@ -1929,7 +1929,7 @@ m4_define([_AC_CACHE_DUMP],
>> (set) 2>&1 |
>> case $as_nl`(ac_space=' '; set) 2>&1` in #(
>> *${as_nl}ac_space=\ *)
>> - # `set' does not quote correctly, so add quotes (double-quote
>> + # `set' does not quote correctly, so add quotes: double-quote
>> # substitution turns \\\\ into \\, and sed turns \\ into \).
>
> Bzzt. Independent change, and wrong as it introduces unbalanced
> parentheses without need.
Ah, vim does not count \) as a closing parenthesis, so this edit
*balanced* parentheses according to vim! So I won't revert it
completely, but I'll remove the closing parenthesis.
Paolo