X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=configure.ac;h=37e7b82f46b382d636cc35888e78187d03c5c8b0;hp=b1b1118d138c1c2b1e5f47d55bbe4c3c2a22789b;hb=5f2e8877486869471041b0eca1aaed841c41a1a9;hpb=976c4e1591e60ba89e7dcc32b4a8106e7d4156e5 diff --git a/configure.ac b/configure.ac index b1b1118d..37e7b82f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT([MeshLink], [0.1]) +DX_PS_FEATURE(OFF) +DX_INIT_DOXYGEN([MeshLink], [$(top_srcdir)/Doxyfile]) AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -141,7 +143,6 @@ AC_CACHE_SAVE AC_CONFIG_FILES([ Makefile src/Makefile - doc/Makefile test/Makefile test/blackbox/Makefile test/blackbox/run_blackbox_tests/Makefile