Home | History | Annotate | Download | only in autoconf

Lines Matching refs:abs_ladir

2387 	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
2389 abs_ladir=`cd "$ladir" && pwd`
2390 if test -z "$abs_ladir"; then
2393 abs_ladir="$ladir"
2401 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
2404 absdir="$abs_ladir"
2405 libdir="$abs_ladir"
2412 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
2414 absdir="$abs_ladir"
2416 notinst_path="$notinst_path $abs_ladir"
2419 absdir="$abs_ladir/$objdir"
2421 notinst_path="$notinst_path $abs_ladir"
2855 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"