bug-libtool
[Top][All Lists]
Advanced

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

bug#41837: m4 quoting bug in m4/libtool.m4


From: Vincent Lefevre
Subject: bug#41837: m4 quoting bug in m4/libtool.m4
Date: Sat, 13 Jun 2020 16:43:17 +0200
User-agent: Mutt/1.14.2+66 (5b844328) vl-127292 (2020-06-09)

Hi,

There's an m4 quoting bug in a sed expression in m4/libtool.m4.

    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in

is transformed to

    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in

in the configure script. Patch attached.

Note: I have not tested the actual result.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Attachment: m4-quoting.patch
Description: Text document


reply via email to

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