Skip to content

Commit

Permalink
build: update distcheck build flags
Browse files Browse the repository at this point in the history
"make dist" creates a .tar of the source.
"make distcheck" does a complete build on that .tar
Make sure we have an up-to-date list of configure options.
  • Loading branch information
flatcap committed May 17, 2017
1 parent d06779d commit f1179ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ AUTOMAKE_OPTIONS = 1.6 foreign
EXTRA_PROGRAMS = mutt_dotlock pgpring pgpewrap mutt_md5

# Test the .tar file by building everything
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gpgme --enable-notmuch \
--with-bdb --with-gdbm --with-gnutls --with-gss --with-kyotocabinet \
--with-lmdb --with-qdbm --with-sasl --with-tokyocabinet
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-flock --enable-gpgme \
--enable-mailtool --enable-nfs-fix --enable-notmuch --with-bdb \
--with-gdbm --with-gnutls --with-gss --with-kyotocabinet --with-lmdb \
--with-mixmaster --with-qdbm --with-sasl --with-tokyocabinet

SUBDIRS = m4 contrib imap

Expand Down

0 comments on commit f1179ba

Please sign in to comment.