Lines Matching refs:additional_libdir
133 eval additional_libdir=\"$libdir\"
145 eval additional_libdir=\"$libdir\"
149 additional_libdir="$withval/lib"
158 dnl Search the library and its dependencies in $additional_libdir and
196 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
203 …if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xs…
204 found_dir="$additional_libdir"
205 found_so="$additional_libdir/lib$name.$shlibext"
206 if test -f "$additional_libdir/lib$name.la"; then
207 found_la="$additional_libdir/lib$name.la"
210 if test -f "$additional_libdir/lib$name.$libext"; then
211 found_dir="$additional_libdir"
212 found_a="$additional_libdir/lib$name.$libext"
213 if test -f "$additional_libdir/lib$name.la"; then
214 found_la="$additional_libdir/lib$name.la"
394 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
395 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
402 if test "X$additional_libdir" != "X/usr/lib"; then
404 if test "X$additional_libdir" = "X/usr/local/lib"; then
415 if test "X$x" = "X-L$additional_libdir"; then
421 if test -d "$additional_libdir"; then
422 dnl Really add $additional_libdir to $LIBNAME.
423 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
429 if test "X$x" = "X-L$additional_libdir"; then
435 if test -d "$additional_libdir"; then
436 dnl Really add $additional_libdir to $LTLIBNAME.
437 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"