From d887eb2e2e7f93391615979420b41e0ca8a26a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 13 Jul 2015 12:23:25 +0000 Subject: [PATCH] fix builds --- bootstrap.sh | 14 +- doc/doxyfile.in | 2683 ++++++++++++++++++++++++++++++----------------- doc/makefile.am | 2 +- 3 files changed, 1746 insertions(+), 953 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index dfd1f2b..46f8cfe 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -490,16 +490,16 @@ EOF echo "${HEADER}MAINTAINERCLEANFILES = makefile.in" | to --condition AX_USE_SCRIPTS scripts/makefile.am echo "${HEADER}MAINTAINERCLEANFILES = makefile.in" | to --condition AX_USE_DOXYGEN doc/makefile.am to --condition AX_USE_CPPUNIT test/makefile.am <