Lines Matching refs:inst_prefix_dir
1125 inst_prefix_dir=
1273 inst_prefix_dir="$arg"
2725 if test -n "$inst_prefix_dir"; then
2728 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2788 if test -n "$inst_prefix_dir" &&
2789 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2790 add="$inst_prefix_dir$libdir/$linklib"
2798 if test -n "$inst_prefix_dir"; then
2801 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5626 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5957 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
5965 if test "$inst_prefix_dir" = "$destdir"; then
5970 if test -n "$inst_prefix_dir"; then
5971 # Stick the inst_prefix_dir data into the link command.
5972 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
5974 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`