]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool.m4: Add spaces before -L in grep searches
authorAlastair McKinstry <mckinstry@debian.org>
Sat, 8 Sep 2018 17:32:08 +0000 (20:32 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 22 Oct 2024 17:02:16 +0000 (20:02 +0300)
commit0bad1a6edfae5333ec440ec7e24ffd7d119a27c8
tree24c42ea7086199bd69c8fb593e28694a5f7d3e62
parent5139403de64120f21245410c1b5eba7ac1559a9e
libtool.m4: Add spaces before -L in grep searches

Current searching for "-L" in link paths is over-greedy and
incorrectly handles paths with -L in them.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896861
m4/libtool.m4