This small change moves 6 configure-generated files into a directory we
won't see (.build-aux)
compile
config.guess
config.sub
depcomp
install-sh
missing
EXTRA_DIST = account.h ascii.h attach.h bcache.h browser.h buffer.h buffy.h \
ChangeLog ChangeLog.neomutt ChangeLog.nntp charset.h compress.h \
- config.rpath copy.h COPYRIGHT crypt_gpgme.h depcomp \
+ copy.h COPYRIGHT crypt_gpgme.h \
dotlock.h extlib.c filter.h functions.h gen_defs globals.h group.h \
hash.h history.h init.h keymap.h lib.h LICENSE.md mailbox.h mapping.h \
mbyte.h md5.h mime.h mime.types mutt.h mutt_commands.h mutt_crypt.h \
AC_INIT([NeoMutt], [20170428], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org])
AC_CONFIG_SRCDIR(mutt.h)
+AC_CONFIG_AUX_DIR([.build-aux])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])