| Download M4 Source | Macro Index Page |
AC_LATEX_CLASS_REPORT
same as AC_LATEX_CLASS(report,report)
Mathieu Boretti boretti@bss-network.com
2005-01-21
AC_DEFUN([AC_LATEX_CLASS_REPORT],[
AC_LATEX_CLASS(report,report)
if test $report = "no";
then
AC_MSG_ERROR([Unable to find the report class])
fi
])