dnl @synopsis AC_LATEX_CLASS_ARTICLE dnl dnl @obsoleted Replaced by the newer ACLTX_XXX set of macros. dnl dnl same as AC_LATEX_CLASS(article,article) dnl dnl @category Obsolete dnl @author Boretti Mathieu dnl @version 2006-07-16 dnl @license GPLWithACException AC_DEFUN([AC_LATEX_CLASS_ARTICLE],[ AC_LATEX_CLASS(article,article) if test $article = "no"; then AC_MSG_ERROR([Unable to find the article class]) fi ])