Home
last modified time | relevance | path

Searched refs:with_rsh (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/
H A Dconfigure.in657 [with_rsh="ssh rsh"])
659 if test no = "$with_rsh"; then
661 with_rsh=rsh
662 elif test yes = "$with_rsh"; then
664 with_rsh=rsh
667 if echo $with_rsh |grep ^/ >/dev/null; then
668 # If $with_rsh is an absolute path, issue a warning if the executable
671 with_default_rsh=$with_rsh
673 if ! test -f $with_rsh \
674 || ! test -x $with_rsh; then
[all …]
H A Dconfigure17571 withval=$with_rsh;
17573 with_rsh="ssh rsh"
17577 if test no = "$with_rsh"; then
17580 with_rsh=rsh
17581 elif test yes = "$with_rsh"; then
17583 with_rsh=rsh
17586 if echo $with_rsh |grep ^/ >/dev/null; then
17590 with_default_rsh=$with_rsh
17593 if ! test -f $with_rsh \
17594 || ! test -x $with_rsh; then
[all …]