Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:inst_prefix_dir

1141     inst_prefix_dir=
1290 inst_prefix_dir="$arg"
2756 if test -n "$inst_prefix_dir"; then
2759 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2819 if test -n "$inst_prefix_dir" &&
2820 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2821 add="$inst_prefix_dir$libdir/$linklib"
2829 if test -n "$inst_prefix_dir"; then
2832 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5680 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
6011 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
6019 if test "$inst_prefix_dir" = "$destdir"; then
6024 if test -n "$inst_prefix_dir"; then
6025 # Stick the inst_prefix_dir data into the link command.
6026 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
6028 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`