Home | History | Annotate | Download | only in libogg

Lines Matching refs:inst_prefix_dir

2013 	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
2021 test "$inst_prefix_dir" = "$destdir" && \
2024 if test -n "$inst_prefix_dir"; then
2025 # Stick the inst_prefix_dir data into the link command.
2026 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2028 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
4071 inst_prefix_dir=
4233 inst_prefix_dir="$arg"
5720 if test -n "$inst_prefix_dir"; then
5723 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5783 if test -n "$inst_prefix_dir" &&
5784 test -f "$inst_prefix_dir$libdir/$linklib" ; then
5785 add="$inst_prefix_dir$libdir/$linklib"
5793 if test -n "$inst_prefix_dir"; then
5796 add_dir="$add_dir -L$inst_prefix_dir$libdir"
8045 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"