Lines Matching refs:install_prog
3142 # install_prog (especially on Windows NT).
3151 install_prog="$arg "
3155 install_prog=
3167 install_prog="$install_prog$arg"
3215 install_prog="$install_prog $arg"
3218 if test -z "$install_prog"; then
3336 $show "$install_prog $dir/$realname $destdir/$realname"
3337 $run eval "$install_prog $dir/$realname $destdir/$realname" || exit $?
3365 $show "$install_prog $instname $destdir/$name"
3366 $run eval "$install_prog $instname $destdir/$name" || exit $?
3401 $show "$install_prog $file $destfile"
3402 $run eval "$install_prog $file $destfile" || exit $?
3410 $show "$install_prog $staticobj $staticdest"
3411 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
3492 $show "$install_prog$stripme $file $destfile"
3493 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
3505 $show "$install_prog $file $oldlib"
3506 $run eval "$install_prog \$file \$oldlib" || exit $?