On 2009-04-08 09:09, Ralf Wildenhues wrote:
> Hello Török,
> 
> * Török Edwin wrote on Tue, Apr 07, 2009 at 10:02:00PM CEST:
>> Regenerating configure with version 2.63 gives me:
>> -ac_cr=`echo X | tr X '\015'`
>> +ac_cr='^M'
>>
>> I thought the echo + tr was more portable, and it also works better with
>> various tools that adjust newlines (like SVN with certain props set).
> 
> Yes.  You seem to have moved from an Autoconf version newer than 2.63
> back to 2.63.
> 

Maybe some distribution applied that patch (that is in 2.63b) to their
2.63 version already.

Here's the changelog of configure:
Date:   Mon Mar 16 18:36:16 2009 +0000
-ac_cr='^M'
+ac_cr=`echo X | tr X '\015'`


And here's the release of 2.63b:
Date:   Mon Mar 30 08:45:11 2009 -0600

    Beta Release Version 2.63b.

Anyway, sorry for bothering you, obviously 2.63b has the portable version.

Best regards,
--Edwin


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to