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