• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bind9-45.101/bind9/

Lines Matching refs:shlibpath_var

2050     if test -n "$shlibpath_var"; then
2051 # get the directories listed in $shlibpath_var
2052 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2608 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
4027 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4873 if test -n "$shlibpath_var"; then
4874 # We should set the shlibpath_var
4892 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4895 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5502 # Export our shlibpath_var if we have one.
5503 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5505 # Add our own library path to $shlibpath_var
5506 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5508 # Some systems cannot cope with colon-terminated $shlibpath_var
5510 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5512 export $shlibpath_var
6415 if test -n "$shlibpath_var"; then
6416 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6519 # Now add the directory to shlibpath_var.
6520 if eval "test -z \"\$$shlibpath_var\""; then
6521 eval "$shlibpath_var=\"\$dir\""
6523 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6527 # This variable tells wrapper scripts just to set shlibpath_var
6557 if test -n "$shlibpath_var"; then
6558 # Export the shlibpath_var.
6559 eval "export $shlibpath_var"
6574 if test -n "$shlibpath_var"; then
6575 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6576 $echo "export $shlibpath_var"