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
Copy file name to clipboardExpand all lines: configure.ac
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4009,8 +4009,12 @@ WITH_CHANGELOG_PDF=no
4009
4009
4010
4010
dnl # Correlate "auto" with some measure of development iterations (quick) vs. release/tarball build (full). Can maintainer-mode be it?
4011
4011
AS_IF([($NUT_SOURCE_GITREV_IS_RELEASE || $NUT_SOURCE_GITREV_IS_PRERELEASE) && test "${nut_enable_docs_changelog}" = auto],
4012
-
[AC_MSG_NOTICE([Enabling WITH_CHANGELOG_*=yes because this is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog}])
4013
-
nut_enable_docs_changelog=yes
4012
+
[
4013
+
dnl # CI systems struggle to build a release commit, for now do not require this bit:
AC_MSG_NOTICE([This is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog} -- consider setting to "yes"])
4016
+
dnl # AC_MSG_NOTICE([Enabling WITH_CHANGELOG_*=yes because this is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog}])
0 commit comments