Back to the Main Page. | ac_prog_mysqlimport |
Download the M4 Source. |
AC_PROG_MYSQLIMPORT
2002-04-11 0.5.65 : InstalledPackages
Gleen Salmon <gleensalmon@yahoo.com>
license: GPLWithACException
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 ])