Home | History | Annotate | Download | only in autoconf

Lines Matching refs:install_prog

5720     # install_prog (especially on Windows NT).
5731 install_prog="$arg "
5735 install_prog=
5747 install_prog="$install_prog$arg"
5768 case " $install_prog " in
5798 install_prog="$install_prog $arg"
5801 if test -z "$install_prog"; then
5954 $show "$install_prog $dir/$srcname $destdir/$realname"
5955 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
6000 $show "$install_prog $instname $destdir/$name"
6001 $run eval "$install_prog $instname $destdir/$name" || exit $?
6036 $show "$install_prog $file $destfile"
6037 $run eval "$install_prog $file $destfile" || exit $?
6045 $show "$install_prog $staticobj $staticdest"
6046 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
6161 case $install_prog,$host in
6176 $show "$install_prog$stripme $file $destfile"
6177 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
6189 $show "$install_prog $file $oldlib"
6190 $run eval "$install_prog \$file \$oldlib" || exit $?