summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-10-09 15:41:54 +0200
committerGuillem Jover <guillem@debian.org>2009-10-26 05:19:56 +0100
commit876b5126314291cafba31bd4c341b95f777cf9fa (patch)
tree4a0712a7341c8402d8da101b92157339bf01da7e /configure.ac
parent971e675a180c59642e2406acbb0c6f7bc68961e6 (diff)
downloaddpkg-876b5126314291cafba31bd4c341b95f777cf9fa.tar.gz
doc: Add doxygen support
The code should start getting switched to document using JavaDoc style comments, at least for public declarations.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 19e9b3ed8..13d586308 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,8 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_LEX
AC_PROG_RANLIB
+AC_CHECK_PROGS([DOXYGEN], [doxygen])
+AC_CHECK_PROG([HAVE_DOT], [dot], [YES], [NO])
DPKG_PROG_PERL
# Checks for operating system services and capabilities.
@@ -118,6 +120,7 @@ AC_CONFIG_FILES([ Makefile
lib/compat/Makefile
lib/dpkg/Makefile
lib/dpkg/test/Makefile
+ doc/Doxyfile
man/Makefile
po/Makefile.in
scripts/Makefile