Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --enable-release-checks configure option #5148

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
12 changes: 11 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1587,8 +1587,18 @@ lib/chartable.c: lib/mkchartable.pl lib/charset/unifix.txt \

lib/imapopts.h: lib/imapopts.c

if ENABLE_RELEASE_CHECKS
CFG2HDR_FORBID_UNRELEASED="--forbid-unreleased"
else
CFG2HDR_FORBID_UNRELEASED=
endif

lib/imapopts.c: lib/imapoptions tools/config2header
$(AM_V_GEN)$(top_srcdir)/tools/config2header CC="$(CC)" $(top_builddir)/lib/imapopts.c $(top_builddir)/lib/imapopts.h < $(top_srcdir)/lib/imapoptions
$(AM_V_GEN)$(top_srcdir)/tools/config2header \
CC="$(CC)" $(CFG2HDR_FORBID_UNRELEASED) \
$(top_builddir)/lib/imapopts.c \
$(top_builddir)/lib/imapopts.h \
< $(top_srcdir)/lib/imapoptions

imap_cvt_xlist_specialuse_SOURCES = imap/mutex_fake.c imap/cvt_xlist_specialuse.c
imap_cvt_xlist_specialuse_LDADD = $(LD_UTILITY_ADD)
Expand Down
18 changes: 0 additions & 18 deletions changes/next/2997-allowspecialusesubfolder

This file was deleted.

21 changes: 0 additions & 21 deletions changes/next/calalarm-suppress

This file was deleted.

13 changes: 0 additions & 13 deletions changes/next/calalarmd_suppress_duplicates

This file was deleted.

18 changes: 0 additions & 18 deletions changes/next/caldav_alarm_supported_components

This file was deleted.

18 changes: 0 additions & 18 deletions changes/next/debug-slowio

This file was deleted.

20 changes: 0 additions & 20 deletions changes/next/deprecate_improved_mboxlist

This file was deleted.

13 changes: 0 additions & 13 deletions changes/next/deprecate_sieve_sasl_send_unsolicited_capability

This file was deleted.

11 changes: 0 additions & 11 deletions changes/next/dispayname_on_principal-property-search_report

This file was deleted.

18 changes: 0 additions & 18 deletions changes/next/fatals-abort

This file was deleted.

26 changes: 0 additions & 26 deletions changes/next/global-lock

This file was deleted.

22 changes: 0 additions & 22 deletions changes/next/groupracl

This file was deleted.

13 changes: 0 additions & 13 deletions changes/next/htmladminpage

This file was deleted.

16 changes: 0 additions & 16 deletions changes/next/http_caldav_proppatch_timezone_id

This file was deleted.

11 changes: 0 additions & 11 deletions changes/next/httpd_remove_digestmd5

This file was deleted.

15 changes: 0 additions & 15 deletions changes/next/imap-partial

This file was deleted.

15 changes: 0 additions & 15 deletions changes/next/imap-utf8-accept

This file was deleted.

19 changes: 0 additions & 19 deletions changes/next/imap_jmapaccess

This file was deleted.

19 changes: 0 additions & 19 deletions changes/next/imap_uint32

This file was deleted.

27 changes: 0 additions & 27 deletions changes/next/lmtp-ratelimit

This file was deleted.

19 changes: 0 additions & 19 deletions changes/next/master-babysit-retry

This file was deleted.

Loading