You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure.ac: for (pre-)release builds we default nut_enable_docs_changelog auto=>yes - do so loudly, and default --with-doc man=>auto as well for all builds to have a chance to try this
[AC_MSG_NOTICE([This is a (pre-)release build, setting default --with-doc='auto' (not just '${nut_with_docs_default}')])
2489
+
nut_with_docs_default="auto"])
2490
+
2491
+
NUT_ARG_WITH([docs], [build and install documentation (alias to --with-doc)], [${nut_with_docs_default}])
2487
2492
NUT_ARG_WITH([doc], [build and install documentation (see docs/configure.txt for many variants of the option)], [${nut_with_docs}])
2488
2493
2489
2494
NUT_ARG_ENABLE([docs-man-for-progs-built-only], [build and install man pages (if enabled) only for built programs (yes, default) or all known pages (no)], [yes])
@@ -4004,7 +4009,9 @@ WITH_CHANGELOG_PDF=no
4004
4009
4005
4010
dnl # Correlate "auto" with some measure of development iterations (quick) vs. release/tarball build (full). Can maintainer-mode be it?
4006
4011
AS_IF([($NUT_SOURCE_GITREV_IS_RELEASE || $NUT_SOURCE_GITREV_IS_PRERELEASE) && test "${nut_enable_docs_changelog}" = auto],
4007
-
[nut_enable_docs_changelog=yes]
4012
+
[AC_MSG_NOTICE([Enabling WITH_CHANGELOG_* because this is a (pre-)release build and nut_enable_docs_changelog==${nut_enable_docs_changelog}])
0 commit comments