Home | History | Annotate | Download | only in config

Lines Matching refs:install_prog

5776     # install_prog (especially on Windows NT).
5787 install_prog="$arg "
5791 install_prog=
5803 install_prog="$install_prog$arg"
5824 case " $install_prog " in
5854 install_prog="$install_prog $arg"
5857 if test -z "$install_prog"; then
6010 $show "$install_prog $dir/$srcname $destdir/$realname"
6011 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
6056 $show "$install_prog $instname $destdir/$name"
6057 $run eval "$install_prog $instname $destdir/$name" || exit $?
6092 $show "$install_prog $file $destfile"
6093 $run eval "$install_prog $file $destfile" || exit $?
6101 $show "$install_prog $staticobj $staticdest"
6102 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
6217 case $install_prog,$host in
6232 $show "$install_prog$stripme $file $destfile"
6233 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
6245 $show "$install_prog $file $oldlib"
6246 $run eval "$install_prog \$file \$oldlib" || exit $?