Lines Matching refs:L
309 -L*)
310 dir=`echo "X$x" | sed -e 's/^X-L//'`
360 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
408 dnl Rely on "-L$found_dir".
414 if test "X$x" = "X-L$found_dir"; then
420 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
424 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
433 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
447 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
516 -L*)
517 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
540 if test "X$x" = "X-L$additional_libdir"; then
548 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
554 if test "X$x" = "X-L$additional_libdir"; then
562 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
603 dnl directory; it is already contained in a preceding -L
688 dnl For those cases where a variable contains several -L and -l options
717 -L) next=yes ;;
718 -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`