Skip to content
Snippets Groups Projects
Commit f1328fc2 authored by Christian Engwer's avatar Christian Engwer
Browse files

add am-conditional for doxygen

[[Imported from SVN: r5691]]
parent c96aff09
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
# check for auxiliary tools so that it's not fatal if they're missing
AC_CHECK_PROGS([DOXYGEN], [doxygen], [true])
AM_CONDITIONAL([DOXYGEN], [test "x$DOXYGEN" != xtrue])
AC_CHECK_PROGS([TEX], [latex], [true])
AC_CHECK_PROGS([BIBTEX], [bibtex], [true])
AC_CHECK_PROGS([DVIPDF], [dvipdf], [true])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment