]> granicus.if.org Git - neomutt/commitdiff
build: move configure-generated files
authorRichard Russon <rich@flatcap.org>
Sat, 13 May 2017 13:13:22 +0000 (14:13 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 17 May 2017 18:00:42 +0000 (19:00 +0100)
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

Makefile.am
configure.ac

index ddc40489ff11f4421582a752acc5fa4757df17dc..a02135797ddc6b68ac50d8f2214218ddf30fd385 100644 (file)
@@ -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 \
index 7637daf55cca53452219c4ee8b7f8dd338f52b94..a339877f04637f18a62da9668e41b8f868767836 100644 (file)
@@ -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])