Set AC_CONFIG_AUX_DIR to build-aux
authorDaniel Martin <consume.noise@gmail.com>
Wed, 24 Jul 2013 12:08:38 +0000 (14:08 +0200)
committerDaniel Martin <consume.noise@gmail.com>
Wed, 14 Aug 2013 22:35:07 +0000 (00:35 +0200)
Do not clutter the project directory with generated/copied auxiliary
files, save them in ./build-aux.

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Uli Schlachter <psychon@znc.in>
Tested-By: Ran Benita <ran234@gmail.com>
.gitignore
configure.ac

index a922ee4..62cd76e 100644 (file)
@@ -1,18 +1,12 @@
 aclocal.m4
 autom4te.cache
-compile
-depcomp
-install-sh
+build-aux
 libtool
-ltmain.sh
-missing
 mkinstalldirs
-config.guess
 config.h
 config.h.in
 config.log
 config.status
-config.sub
 configure
 configure.lineno
 .deps
index 75af4ea..1aff958 100644 (file)
@@ -6,6 +6,7 @@ AC_PREREQ([2.60])
 AC_INIT([libxcb],
         1.9,
         [xcb@lists.freedesktop.org])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([xcb.pc.in])
 
 # Initialize Automake