bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] bootstrap: work with pkg-config


From: Pádraig Brady
Subject: Re: [PATCH] bootstrap: work with pkg-config
Date: Tue, 05 Oct 2010 16:28:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 05/10/10 15:22, Eric Blake wrote:
> On 10/05/2010 08:13 AM, Eric Blake wrote:
>> @@ -351,7 +351,7 @@ check_versions() {
>>         app=libtoolize
>>       fi
>>       # Honor $APP variables ($TAR, $AUTOCONF, etc.)
>> -    appvar=`echo $app | tr '[a-z]' '[A-Z]'`
>> +    appvar=`echo $app | tr '-a-z' '_A-Z'`
> 
> Actually, 'tr -- -a-z _A-Z' is not universally supported, and leading
> dash caused a failure; so after better testing, I'm actually pushing:
> 
> tr 'a-z-' 'A-Z_'

solaris needs [] around ranges



reply via email to

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