summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-18 19:53:59 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-18 19:53:59 +0000
commit34cf9766a7d4659450f330ef5be454a1e78c189f (patch)
tree68d295fa1a520e816d2f3dfa6ce4becec9b1c238 /configure.ac
parent21e0c5dd0de5edef8ec12f48b76887109b67db52 (diff)
Adding doxygen configuration parameters and doxygen-doc Makefile target
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 247aceb92..6ee45bbb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -317,13 +317,10 @@ AC_PROG_INSTALL
# Check for ANTLR runantlr script (defined in config/antlr.m4)
AC_PROG_ANTLR
-AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, [])
-
-if test -z "$DOXYGEN"; then
- AC_MSG_WARN([documentation targets require doxygen. Set your PATH appropriately or set DOXYGEN to point to a valid doxygen binary.])
-fi
-
-AC_ARG_VAR(DOXYGEN, [location of doxygen binary])
+DX_PDF_FEATURE(OFF)
+DX_PS_FEATURE(OFF)
+DX_DOT_FEATURE(OFF)
+DX_INIT_DOXYGEN($PACKAGE_NAME, config/doxygen.cfg, $srcdir/doc)
AC_SUBST([CXXTEST])
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback