Home | History | Annotate | Download | only in libevent

Lines Matching refs:inst_prefix_dir

1141     inst_prefix_dir=
1290 inst_prefix_dir="$arg"
2753 if test -n "$inst_prefix_dir"; then
2756 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2816 if test -n "$inst_prefix_dir" &&
2817 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2818 add="$inst_prefix_dir$libdir/$linklib"
2826 if test -n "$inst_prefix_dir"; then
2829 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5672 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
6003 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
6011 if test "$inst_prefix_dir" = "$destdir"; then
6016 if test -n "$inst_prefix_dir"; then
6017 # Stick the inst_prefix_dir data into the link command.
6018 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
6020 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`