Home | History | Annotate | Download | only in aux

Lines Matching refs:install_prog

4069     # install_prog (especially on Windows NT).
4080 install_prog="$arg "
4084 install_prog=
4096 install_prog="$install_prog$arg"
4144 install_prog="$install_prog $arg"
4147 if test -z "$install_prog"; then
4297 $show "$install_prog $dir/$srcname $destdir/$realname"
4298 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
4330 $show "$install_prog $instname $destdir/$name"
4331 $run eval "$install_prog $instname $destdir/$name" || exit $?
4366 $show "$install_prog $file $destfile"
4367 $run eval "$install_prog $file $destfile" || exit $?
4375 $show "$install_prog $staticobj $staticdest"
4376 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
4475 case $install_prog,$host in
4490 $show "$install_prog$stripme $file $destfile"
4491 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
4503 $show "$install_prog $file $oldlib"
4504 $run eval "$install_prog \$file \$oldlib" || exit $?