Home | History | Annotate | Download | only in config

Lines Matching refs:shlibpath_var

3899       # Now add the directory to shlibpath_var.
3900 if eval "test -z \"\$$shlibpath_var\""; then
3901 eval "$shlibpath_var=\"\$dir\""
3903 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3907 # This variable tells wrapper scripts just to set shlibpath_var
3937 if test -n "$shlibpath_var"; then
3938 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3939 echo "export $shlibpath_var"
3944 if test -n "$shlibpath_var"; then
3945 # Export the shlibpath_var.
3946 eval "export $shlibpath_var"
4047 if test -n "$shlibpath_var"; then
4048 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
5478 # Export our shlibpath_var if we have one.
5479 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5481 # Add our own library path to $shlibpath_var
5482 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5484 # Some systems cannot cope with colon-terminated $shlibpath_var
5486 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5488 export $shlibpath_var
5682 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5685 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
7456 if test -n "$shlibpath_var"; then
7457 # get the directories listed in $shlibpath_var
7458 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
8087 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9589 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10410 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10413 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"