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 ebl...@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature