From a77c6df7e271dfaee8b27d73da380d1759593e07 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 31 Mar 2016 08:01:06 -0400 Subject: [PATCH] configure: Place auxiliary files in own dir --- .gitignore | 16 ++-------------- configure.ac | 1 + 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index ddb49879..6e951f40 100644 --- a/.gitignore +++ b/.gitignore @@ -7,31 +7,19 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ -compile -ar-lib +/build-aux/ confdefs.h conftest conftest.c conftest.err -config.guess -config.h.in -config.h.in~ -config.h -config.log -config.status -config.sub +config.* config-win32.h configure configure.tmp -depcomp doxygen*.tmp html/ -install-sh -intl/ libtool -ltmain.sh m4/ -missing plugins/perl/irc.pm.h plugins/perl/xchat.pm.h plugins/perl/hexchat.pm.h diff --git a/configure.ac b/configure.ac index 5331e83a..9c188fb1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip subdir-objects no-define foreign]) AM_SILENT_RULES([yes])