Download M4 Source Macro Index Page

ac_latex_class_report

Synopsis

AC_LATEX_CLASS_REPORT

Description

same as AC_LATEX_CLASS(report,report)

Author

Mathieu Boretti boretti@bss-network.com

Last Modified

2005-01-21

M4 Source Code

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
])