Home | History | Annotate | Download | only in conftools

Lines Matching refs:current_libdirs

5866     current_libdirs=
5894 # Add the libdir to current_libdirs if it is the destination.
5896 case "$current_libdirs " in
5898 *) current_libdirs="$current_libdirs $libdir" ;;
6213 if test -n "$current_libdirs"; then
6215 test -n "$run" && current_libdirs=" -n$current_libdirs"
6216 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'