Lines Matching refs:additional_libdir
133 eval additional_libdir=\"$libdir\"
145 eval additional_libdir=\"$libdir\"
149 additional_libdir="$withval/lib"
153 dnl Search the library and its dependencies in $additional_libdir and
191 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
198 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
199 found_dir="$additional_libdir"
200 found_so="$additional_libdir/lib$name.$shlibext"
201 if test -f "$additional_libdir/lib$name.la"; then
202 found_la="$additional_libdir/lib$name.la"
205 if test -f "$additional_libdir/lib$name.$libext"; then
206 found_dir="$additional_libdir"
207 found_a="$additional_libdir/lib$name.$libext"
208 if test -f "$additional_libdir/lib$name.la"; then
209 found_la="$additional_libdir/lib$name.la"
389 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
397 if test "X$additional_libdir" != "X/usr/lib"; then
399 if test "X$additional_libdir" = "X/usr/local/lib"; then
410 if test "X$x" = "X-L$additional_libdir"; then
416 if test -d "$additional_libdir"; then
417 dnl Really add $additional_libdir to $LIBNAME.
418 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
424 if test "X$x" = "X-L$additional_libdir"; then
430 if test -d "$additional_libdir"; then
431 dnl Really add $additional_libdir to $LTLIBNAME.
432 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"