• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenPAM-20/openpam/

Lines Matching refs:shlibpath_var

2037     if test -n "$shlibpath_var"; then
2038 # get the directories listed in $shlibpath_var
2039 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2590 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
4002 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4847 if test -n "$shlibpath_var"; then
4848 # We should set the shlibpath_var
4866 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4869 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5476 # Export our shlibpath_var if we have one.
5477 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5479 # Add our own library path to $shlibpath_var
5480 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5482 # Some systems cannot cope with colon-terminated $shlibpath_var
5484 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5486 export $shlibpath_var
6389 if test -n "$shlibpath_var"; then
6390 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6493 # Now add the directory to shlibpath_var.
6494 if eval "test -z \"\$$shlibpath_var\""; then
6495 eval "$shlibpath_var=\"\$dir\""
6497 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6501 # This variable tells wrapper scripts just to set shlibpath_var
6531 if test -n "$shlibpath_var"; then
6532 # Export the shlibpath_var.
6533 eval "export $shlibpath_var"
6548 if test -n "$shlibpath_var"; then
6549 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6550 $echo "export $shlibpath_var"