Lines Matching refs:shlibpath_var

2020     if test -n "$shlibpath_var"; then
2021 # get the directories listed in $shlibpath_var
2022 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2555 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3974 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4817 if test -n "$shlibpath_var"; then
4818 # We should set the shlibpath_var
4836 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4839 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5446 # Export our shlibpath_var if we have one.
5447 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5449 # Add our own library path to $shlibpath_var
5450 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5452 # Some systems cannot cope with colon-terminated $shlibpath_var
5454 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5456 export $shlibpath_var
6359 if test -n "$shlibpath_var"; then
6360 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6463 # Now add the directory to shlibpath_var.
6464 if eval "test -z \"\$$shlibpath_var\""; then
6465 eval "$shlibpath_var=\"\$dir\""
6467 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6471 # This variable tells wrapper scripts just to set shlibpath_var
6501 if test -n "$shlibpath_var"; then
6502 # Export the shlibpath_var.
6503 eval "export $shlibpath_var"
6518 if test -n "$shlibpath_var"; then
6519 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6520 $echo "export $shlibpath_var"