Lines Matching refs:shlibpath_var

1581     if test -n "$shlibpath_var"; then
1582 # get the directories listed in $shlibpath_var
1583 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2029 if test -n "$shlibpath_var"; then
3086 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
3836 if test -n "$shlibpath_var"; then
3837 # We should set the shlibpath_var
3855 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
3858 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
4090 # Export our shlibpath_var if we have one.
4091 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4093 # Add our own library path to $shlibpath_var
4094 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4096 # Some systems cannot cope with colon-terminated $shlibpath_var
4098 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
4100 export $shlibpath_var
4908 if test -n "$shlibpath_var"; then
4909 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
5010 # Now add the directory to shlibpath_var.
5011 if eval "test -z \"\$$shlibpath_var\""; then
5012 eval "$shlibpath_var=\"\$dir\""
5014 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
5018 # This variable tells wrapper scripts just to set shlibpath_var
5048 if test -n "$shlibpath_var"; then
5049 # Export the shlibpath_var.
5050 eval "export $shlibpath_var"
5065 if test -n "$shlibpath_var"; then
5066 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
5067 $echo "export $shlibpath_var"