From 293e01d1154143e983c5fad51083f43dcf674d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sat, 14 Mar 2015 09:51:46 +0000 Subject: [PATCH] missreading: doxygen -w html does not compile html onlx ... --- ax_init_standard_project.m4 | 25 ++----------------------- bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) 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 <