Home | History | Annotate | Download | only in aux

Lines Matching refs:current_libdirs

4212     current_libdirs=
4240 # Add the libdir to current_libdirs if it is the destination.
4242 case "$current_libdirs " in
4244 *) current_libdirs="$current_libdirs $libdir" ;;
4526 if test -n "$current_libdirs"; then
4528 test -n "$run" && current_libdirs=" -n$current_libdirs"
4529 exec_cmd='$SHELL $0 --finish$current_libdirs'