Lines Matching refs:shlibpath_var
2079 if test -n "$shlibpath_var"; then
2080 # get the directories listed in $shlibpath_var
2081 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2638 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
4060 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4903 if test -n "$shlibpath_var"; then
4904 # We should set the shlibpath_var
4922 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4925 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5532 # Export our shlibpath_var if we have one.
5533 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5535 # Add our own library path to $shlibpath_var
5536 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5538 # Some systems cannot cope with colon-terminated $shlibpath_var
5540 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5542 export $shlibpath_var
6453 if test -n "$shlibpath_var"; then
6454 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6557 # Now add the directory to shlibpath_var.
6558 if eval "test -z \"\$$shlibpath_var\""; then
6559 eval "$shlibpath_var=\"\$dir\""
6561 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6565 # This variable tells wrapper scripts just to set shlibpath_var
6595 if test -n "$shlibpath_var"; then
6596 # Export the shlibpath_var.
6597 eval "export $shlibpath_var"
6612 if test -n "$shlibpath_var"; then
6613 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6614 $echo "export $shlibpath_var"