Home | History | Annotate | Download | only in conftools

Lines Matching refs:inst_prefix_dir

1104     inst_prefix_dir=
1243 inst_prefix_dir="$arg"
2693 if test -n "$inst_prefix_dir"; then
2696 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2756 if test -n "$inst_prefix_dir" &&
2757 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2758 add="$inst_prefix_dir$libdir/$linklib"
2766 if test -n "$inst_prefix_dir"; then
2769 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5583 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5914 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
5922 if test "$inst_prefix_dir" = "$destdir"; then
5927 if test -n "$inst_prefix_dir"; then
5928 # Stick the inst_prefix_dir data into the link command.
5929 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
5931 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`