Back to the Main Page. | ac_check_rqrd_class |
Download the M4 Source. |
AC_CHECK_RQRD_CLASS
1.1.1.1 (2001/07/26) 0.5.63 : Java_Support
Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
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 ])