Home | History | Annotate | Download | only in libevent

Lines Matching refs:install_prog

5809     # install_prog (especially on Windows NT).
5820 install_prog="$arg "
5824 install_prog=
5836 install_prog="$install_prog$arg"
5857 case " $install_prog " in
5887 install_prog="$install_prog $arg"
5890 if test -z "$install_prog"; then
6043 $show "$install_prog $dir/$srcname $destdir/$realname"
6044 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
6089 $show "$install_prog $instname $destdir/$name"
6090 $run eval "$install_prog $instname $destdir/$name" || exit $?
6125 $show "$install_prog $file $destfile"
6126 $run eval "$install_prog $file $destfile" || exit $?
6134 $show "$install_prog $staticobj $staticdest"
6135 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
6250 case $install_prog,$host in
6265 $show "$install_prog$stripme $file $destfile"
6266 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
6278 $show "$install_prog $file $oldlib"
6279 $run eval "$install_prog \$file \$oldlib" || exit $?