From: xrs Date: Sun, 1 Jul 2018 13:32:27 +0000 (+0200) Subject: make --enable-documentation default X-Git-Tag: v0.11.0~322^2~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e7ba8a6c7dc317fdec310e04290acb1aa94a417;p=oweals%2Fgnunet.git make --enable-documentation default --- diff --git a/configure.ac b/configure.ac index ee2f1f49f..c7314d765 100644 --- a/configure.ac +++ b/configure.ac @@ -677,9 +677,9 @@ AC_CHECK_LIB([kstat],[kstat_open]) # should the build process be building the documentation? AC_MSG_CHECKING(whether to build documentation) AC_ARG_ENABLE([documentation], - [AS_HELP_STRING([--enable-documentation], [build the documentation])], + [AS_HELP_STRING([--disable-documentation], [do not build the documentation])], [documentation=${enableval}], - [documentation=no]) + [documentation=yes]) AC_MSG_RESULT($documentation) if test "x$documentation" = "xyes" then