Home | History | Annotate | Download | only in build-aux

Lines Matching refs:inst_prefix_dir

4493 	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
4501 test "$inst_prefix_dir" = "$destdir" && \
4504 if test -n "$inst_prefix_dir"; then
4505 # Stick the inst_prefix_dir data into the link command.
4506 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
4508 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
6745 inst_prefix_dir=
6914 inst_prefix_dir=$arg
8512 if test -n "$inst_prefix_dir"; then
8515 func_append add_dir " -L$inst_prefix_dir$libdir"
8575 if test -n "$inst_prefix_dir" &&
8576 test -f "$inst_prefix_dir$libdir/$linklib"; then
8577 add=$inst_prefix_dir$libdir/$linklib
8585 if test -n "$inst_prefix_dir"; then
8588 func_append add_dir " -L$inst_prefix_dir$libdir"
10976 relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"