Back to the Main Page. | ac_check_rqrd_class |
Download the M4 Source. |
AC_CHECK_RQRD_CLASS
2000-07-19 0.5.65 : Java
Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
license: GPLWithACException
AC_DEFUN([AC_CHECK_RQRD_CLASS],[ CLASS=`echo $1|sed 's/\./_/g'` AC_CHECK_CLASS($1) if test "$HAVE_LAST_CLASS" = "no"; then AC_MSG_ERROR([Required class $1 missing, exiting.]) fi ])