diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 9707cea..c4e5b26 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -206,16 +206,6 @@ AC_DEFUN([AX_USE_DOXYGEN], [ AC_CHECK_PROG(have_doxygen, doxygen, yes, no) AC_CHECK_PROG(have_dot, dot, yes, no) AC_CHECK_PROG(have_mscgen, mscgen, yes, no) - AC_ARG_ENABLE(html, - [AS_HELP_STRING([--disable-html], - [disable generation of doxygen html documentation])], - [have_html="$enableval"], [have_html="no"]) - AM_CONDITIONAL(HTML_DOC, test "$have_html" = "yes") - AC_ARG_ENABLE(pdf, - [AS_HELP_STRING([--enable-pdf], - [enable generation of doxygen pdf documentation])], - [have_pdf="$enableval"], [have_pdf="no"]) - AM_CONDITIONAL(PDF_DOC, test "$have_pdf" = "yes") PDF_DOC=${PACKAGE_NAME}-${PACKAGE_VERSION}.pdf AC_SUBST(PDF_DOC) if test "$have_doxygen" = "no"; then @@ -240,19 +230,8 @@ AC_DEFUN([AX_USE_DOXYGEN], [ AX_ADD_MAKEFILE_TARGET_DEP([.PHONY], [pdf], [doc/makefile.in]) test -f doc/makefile.in && cat >> doc/makefile.in <