Lines Matching refs:additional_libdir
1139 eval additional_libdir=\"$libdir\"
1151 eval additional_libdir=\"$libdir\"
1155 additional_libdir="$withval/lib"
1159 dnl Search the library and its dependencies in $additional_libdir and
1197 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
1204 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
1205 found_dir="$additional_libdir"
1206 found_so="$additional_libdir/lib$name.$shlibext"
1207 if test -f "$additional_libdir/lib$name.la"; then
1208 found_la="$additional_libdir/lib$name.la"
1211 if test -f "$additional_libdir/lib$name.$libext"; then
1212 found_dir="$additional_libdir"
1213 found_a="$additional_libdir/lib$name.$libext"
1214 if test -f "$additional_libdir/lib$name.la"; then
1215 found_la="$additional_libdir/lib$name.la"
1395 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
1396 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
1403 if test "X$additional_libdir" != "X/usr/lib"; then
1405 if test "X$additional_libdir" = "X/usr/local/lib"; then
1416 if test "X$x" = "X-L$additional_libdir"; then
1422 if test -d "$additional_libdir"; then
1423 dnl Really add $additional_libdir to $LIBNAME.
1424 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
1430 if test "X$x" = "X-L$additional_libdir"; then
1436 if test -d "$additional_libdir"; then
1437 dnl Really add $additional_libdir to $LTLIBNAME.
1438 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
1591 eval additional_libdir=\"$libdir\"
1603 eval additional_libdir=\"$libdir\"
1607 additional_libdir="$withval/lib"
1643 dnl Potentially add $additional_libdir to $LDFLAGS.
1649 if test "X$additional_libdir" != "X/usr/lib"; then
1653 if test "X$x" = "X-L$additional_libdir"; then
1659 if test "X$additional_libdir" = "X/usr/local/lib"; then
1667 if test -d "$additional_libdir"; then
1668 dnl Really add $additional_libdir to $LDFLAGS.
1669 LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"