configure: Place auxiliary files in own dir

This commit is contained in:
Patrick Griffis 2016-03-31 08:01:06 -04:00
parent 19c4adf8ba
commit a77c6df7e2
2 changed files with 3 additions and 14 deletions

16
.gitignore vendored
View File

@ -7,31 +7,19 @@ Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/
compile /build-aux/
ar-lib
confdefs.h confdefs.h
conftest conftest
conftest.c conftest.c
conftest.err conftest.err
config.guess config.*
config.h.in
config.h.in~
config.h
config.log
config.status
config.sub
config-win32.h config-win32.h
configure configure
configure.tmp configure.tmp
depcomp
doxygen*.tmp doxygen*.tmp
html/ html/
install-sh
intl/
libtool libtool
ltmain.sh
m4/ m4/
missing
plugins/perl/irc.pm.h plugins/perl/irc.pm.h
plugins/perl/xchat.pm.h plugins/perl/xchat.pm.h
plugins/perl/hexchat.pm.h plugins/perl/hexchat.pm.h

View File

@ -9,6 +9,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4]) 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_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip subdir-objects no-define foreign])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])