Back to the Main Page. | ac_prog_ssh |
Download the M4 Source. |
AC_PROG_SSH
1.1 (2002/09/12) 0.5.63 : Installed_Packages
Gleen Salmon <gleensalmon@yahoo.com>
SSH = which ssh
AC_DEFUN([AC_PROG_SSH],[ AC_REQUIRE([AC_EXEEXT])dnl AC_PATH_PROG(SSH, ssh$EXEEXT, nocommand) if test "$SSH" = nocommand; then AC_MSG_ERROR([ssh not found in $PATH]) fi;dnl ])