• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/

Lines Matching refs:shlibpath_var

823     if test -n "$shlibpath_var"; then
824 # get the directories listed in $shlibpath_var
825 eval lib_search_path=\`\$echo \"X \${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
1314 if test -n "$shlibpath_var"; then
2684 if test -n "$shlibpath_var"; then
2685 # We should set the shlibpath_var
2703 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
2706 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
2907 # Export our shlibpath_var if we have one.
2908 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
2910 # Add our own library path to $shlibpath_var
2911 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
2913 # Some systems cannot cope with colon-terminated $shlibpath_var
2915 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
2917 export $shlibpath_var
3580 if test -n "$shlibpath_var"; then
3581 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
3682 # Now add the directory to shlibpath_var.
3683 if eval "test -z \"\$$shlibpath_var\""; then
3684 eval "$shlibpath_var=\"\$dir\""
3686 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3690 # This variable tells wrapper scripts just to set shlibpath_var
3720 if test -n "$shlibpath_var"; then
3721 # Export the shlibpath_var.
3722 eval "export $shlibpath_var"
3740 if test -n "$shlibpath_var"; then
3741 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
3742 $echo "export $shlibpath_var"