Lines Matching refs:with_rsh
742 with_rsh
17570 if test "${with_rsh+set}" = set; then :
17571 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
17587 # If $with_rsh is an absolute path, issue a warning if the executable
17590 with_default_rsh=$with_rsh
17593 if ! test -f $with_rsh \
17594 || ! test -x $with_rsh; then
17596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $with_rsh is not a path to an executable file" >&5
17597 $as_echo "$as_me: WARNING: $with_rsh is not a path to an executable file" >&2;}
17601 for ac_prog in $with_rsh