Skip to content
Snippets Groups Projects
Commit 82ed1c9f authored by Chad Hanna's avatar Chad Hanna
Browse files

configure.ac: add doxygen documentation building

parent 9200539f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ AC_CONFIG_FILES([ \
bin/Makefile \
share/Makefile \
tests/Makefile
doc/Doxyfile \
doc/Makefile
])
......@@ -90,7 +92,8 @@ case `cat /etc/redhat-release 2> /dev/null` in
esac
LT_INIT
PKG_PROG_PKG_CONFIG()
AC_PATH_PROG(DOXYGEN, doxygen)
AM_CONDITIONAL([COND_DOXYGEN], [test -n "${DOXYGEN}"])
#
# Check for Python
......
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