• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/

Lines Matching refs:shlibpath_var

1967     if test -n "$shlibpath_var"; then
1968 # get the directories listed in $shlibpath_var
1969 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2495 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3902 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4742 if test -n "$shlibpath_var"; then
4743 # We should set the shlibpath_var
4761 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4764 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5357 # Export our shlibpath_var if we have one.
5358 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5360 # Add our own library path to $shlibpath_var
5361 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5363 # Some systems cannot cope with colon-terminated $shlibpath_var
5365 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5367 export $shlibpath_var
6270 if test -n "$shlibpath_var"; then
6271 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6372 # Now add the directory to shlibpath_var.
6373 if eval "test -z \"\$$shlibpath_var\""; then
6374 eval "$shlibpath_var=\"\$dir\""
6376 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6380 # This variable tells wrapper scripts just to set shlibpath_var
6410 if test -n "$shlibpath_var"; then
6411 # Export the shlibpath_var.
6412 eval "export $shlibpath_var"
6427 if test -n "$shlibpath_var"; then
6428 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6429 $echo "export $shlibpath_var"