Home | History | Annotate | Download | only in protobuf

Lines Matching refs:inst_prefix_dir

2012 	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
2020 test "$inst_prefix_dir" = "$destdir" && \
2023 if test -n "$inst_prefix_dir"; then
2024 # Stick the inst_prefix_dir data into the link command.
2025 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2027 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
3553 inst_prefix_dir=
3715 inst_prefix_dir="$arg"
5190 if test -n "$inst_prefix_dir"; then
5193 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5253 if test -n "$inst_prefix_dir" &&
5254 test -f "$inst_prefix_dir$libdir/$linklib" ; then
5255 add="$inst_prefix_dir$libdir/$linklib"
5263 if test -n "$inst_prefix_dir"; then
5266 add_dir="$add_dir -L$inst_prefix_dir$libdir"
7506 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"