From: Richard Russon Date: Sat, 13 May 2017 13:13:22 +0000 (+0100) Subject: build: move configure-generated files X-Git-Tag: neomutt-20170526~18^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76b63ec88b5d04b71259092c847676844827a5c2;p=neomutt build: move configure-generated files 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 --- diff --git a/Makefile.am b/Makefile.am index ddc40489f..a02135797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ EXTRA_mutt_SOURCES = browser.h crypt_gpgme.c crypt_mod_pgp_classic.c \ 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 \ diff --git a/configure.ac b/configure.ac index 7637daf55..a339877f0 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ LDFLAGS=$LDFLAGS 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])