]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
configure: Place auxiliary files in own dir
authorPatrick Griffis <redacted>
Thu, 31 Mar 2016 12:01:06 +0000 (08:01 -0400)
committerPatrick Griffis <redacted>
Thu, 31 Mar 2016 12:01:06 +0000 (08:01 -0400)
.gitignore
configure.ac

index ddb498799f146932258a839122f000068b3ecf3b..6e951f40247e11b3a08331d45cfc9843410ddb00 100644 (file)
@@ -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
index 5331e83a93b6fe816b5bed6af30d561024c1cb16..9c188fb16a790f7c08ddf21ab7b306cf03addc08 100644 (file)
@@ -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])