Lines Matching refs:inst_prefix_dir
1141 inst_prefix_dir=
1290 inst_prefix_dir="$arg"
2755 if test -n "$inst_prefix_dir"; then
2758 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2818 if test -n "$inst_prefix_dir" &&
2819 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2820 add="$inst_prefix_dir$libdir/$linklib"
2828 if test -n "$inst_prefix_dir"; then
2831 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5688 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
6023 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
6031 if test "$inst_prefix_dir" = "$destdir"; then
6036 if test -n "$inst_prefix_dir"; then
6037 # Stick the inst_prefix_dir data into the link command.
6038 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
6040 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`