Home | History | Annotate | Download | only in openfst

Lines Matching refs:inst_prefix_dir

2958 	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
2966 test "$inst_prefix_dir" = "$destdir" && \
2969 if test -n "$inst_prefix_dir"; then
2970 # Stick the inst_prefix_dir data into the link command.
2971 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2973 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
5132 inst_prefix_dir=
5300 inst_prefix_dir="$arg"
6853 if test -n "$inst_prefix_dir"; then
6856 func_append add_dir " -L$inst_prefix_dir$libdir"
6916 if test -n "$inst_prefix_dir" &&
6917 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6918 add="$inst_prefix_dir$libdir/$linklib"
6926 if test -n "$inst_prefix_dir"; then
6929 func_append add_dir " -L$inst_prefix_dir$libdir"
9267 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"