]> 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>
Fri, 18 Oct 2024 14:17:13 +0000 (17:17 +0300)
commit8b4e43f67edff02b535cef28eb9a259affe2b2bd
tree28a07434d46cd82a84a82dccea8b947897890538
parentf7d11c71dbf23b6a7bc8a273782d3aa3dab08b23
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