bug-gnulib
[Top][All Lists]
Advanced

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

Re: havelib module: '+' in library names


From: Eric Blake
Subject: Re: havelib module: '+' in library names
Date: Fri, 04 Jun 2010 13:46:24 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b2pre Mnenhy/0.8.2 Thunderbird/3.0.4

On 06/04/2010 11:45 AM, Martin Lambers wrote:
> Hello everyone,
> 
> the havelib module cannot handle library names that contain the '+'
> character, such as libGraphicsMagick++.so.
> 
> The attached patch fixes this for me, but I'm not sure if any special
> quoting or escaping of '+' is necessary.

No, but while we're touching this, we might as well fix poor quoting and
use preferred macro spellings:

m4_pushdef([Name],m4_translit([[$1]],[./-+], [____]))
m4_pushdef([NAME],m4_translit([[$1]],[abcdefghijklmnopqrstuvwxyz./-+],
                              [ABCDEFGHIJKLMNOPQRSTUVWXYZ____]))

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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