From 826fda6e03a8fcee73b5a8c5da7751f6aabe8ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 29 Jul 2016 15:20:51 +0000 Subject: [PATCH] fix build --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9b53b8b..de16e6d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -845,7 +845,7 @@ if testtag AX_USE_DOXYGEN; then doxyreplace PROJECT_NAME "@PACKAGE_NAME@" doxyreplace PROJECT_NUMBER "@PACKAGE_VERSION@" doxyreplace PROJECT_BRIEF "@DESCRIPTION@" - doxyreplace PROJECT_LOGO "@top_srcdir@/@PACKACE_LOGO@" + doxyreplace PROJECT_LOGO "@top_srcdir@/@PACKAGE_LOGO@" doxyreplace INLINE_INHERITED_MEMB YES doxyreplace MULTILINE_CPP_IS_BRIEF YES doxyreplace TAB_SIZE 2