bug-libtool
[Top][All Lists]
Advanced

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

bug#60731: configure does not check for space behind "-l"


From: Karl Berry
Subject: bug#60731: configure does not check for space behind "-l"
Date: Wed, 11 Jan 2023 19:11:36 -0700

Hi Christian - thanks for the report.

        -L* | -R* | -l*)
           # Some compilers place space between "-{L,R}" and the path.
           # Remove the space.
           if test $p = "-L" ||
              test $p = "-R"; then

>From the case label, it seems clear that -l was intended to be
supported and simply missed from the if statement. 

However, this code is in libtool[.m4], not automake. Attempting to
reassign the bug there. I don't know if debbugs will send mail to the
new list, so explicitly cc-ing bug-libtool. (Hope we don't end up with
two bug numbers.) --best, karl.






reply via email to

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