Back to the Main Page. | ac_prog_mysqld |
Download the M4 Source. |
AC_PROG_MYSQLD
2003-01-09 0.5.65 : InstalledPackages
Gleen Salmon <gleensalmon@yahoo.com>
license: GPLWithACException
MYSQLD = which mysqld
AC_DEFUN([AC_PROG_MYSQLD],[ AC_REQUIRE([AC_EXEEXT])dnl AC_PATH_PROG(MYSQLD, mysqld$EXEEXT, nocommand) if test "$MYSQLD" = nocommand; then AC_MSG_ERROR([mysqld not found in $PATH]) fi;dnl ])