Home | History | Annotate | Download | only in aux

Lines Matching refs:shlibpath_var

1312     if test -n "$shlibpath_var"; then
1313 # get the directories listed in $shlibpath_var
1314 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
1751 if test -n "$shlibpath_var"; then
2847 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
3522 if test -n "$shlibpath_var"; then
3523 # We should set the shlibpath_var
3541 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
3544 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
3776 # Export our shlibpath_var if we have one.
3777 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
3779 # Add our own library path to $shlibpath_var
3780 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
3782 # Some systems cannot cope with colon-terminated $shlibpath_var
3784 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
3786 export $shlibpath_var
4582 if test -n "$shlibpath_var"; then
4583 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4684 # Now add the directory to shlibpath_var.
4685 if eval "test -z \"\$$shlibpath_var\""; then
4686 eval "$shlibpath_var=\"\$dir\""
4688 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
4692 # This variable tells wrapper scripts just to set shlibpath_var
4722 if test -n "$shlibpath_var"; then
4723 # Export the shlibpath_var.
4724 eval "export $shlibpath_var"
4739 if test -n "$shlibpath_var"; then
4740 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
4741 $echo "export $shlibpath_var"