X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=5d64f4cd8112156b3fdf69a6208670bfc5026b9c;hb=915bb6ce733004f5bd528ab4c370402ee505804c;hp=7a2676a15c382ebf7d544cfbaf1afa9cb01a6070;hpb=2db9cdcc7164114b818749651d221c83895642f2;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 7a2676a..5d64f4c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,18 @@ AM_CONFIG_HEADER(xmltooling/config_pub.h) AM_INIT_AUTOMAKE([xmltooling], [1.0]) sinclude(acx_pthread.m4) +sinclude(doxygen.m4) + +# Docygen features +DX_HTML_FEATURE(ON) +DX_CHM_FEATURE(OFF) +DX_CHI_FEATURE(OFF) +DX_MAN_FEATURE(OFF) +DX_RTF_FEATURE(OFF) +DX_XML_FEATURE(OFF) +DX_PDF_FEATURE(OFF) +DX_PS_FEATURE(OFF) +DX_INIT_DOXYGEN(xmltooling, doxygen.cfg, doc/api) AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, [Have GCC compile with symbols (Default = no)]),