autoconf
[Top][All Lists]
Advanced

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

Re: autoconf ^M vs echo+tr


From: Török Edwin
Subject: Re: autoconf ^M vs echo+tr
Date: Wed, 08 Apr 2009 10:26:12 +0300
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

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




reply via email to

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