From: Daniel Martin Date: Wed, 24 Jul 2013 12:08:38 +0000 (+0200) Subject: Set AC_CONFIG_AUX_DIR to build-aux X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d8c8fe61f25e4eb7b43d3d9b1de81a1f0638a3;hp=e3b34ad346efcaf0fd28b95e68d99388276802bc;p=free-sw%2Fxcb%2Flibxcb Set AC_CONFIG_AUX_DIR to build-aux Do not clutter the project directory with generated/copied auxiliary files, save them in ./build-aux. Signed-off-by: Daniel Martin Reviewed-by: Alan Coopersmith Reviewed-by: Uli Schlachter Tested-By: Ran Benita --- diff --git a/.gitignore b/.gitignore index a922ee4..62cd76e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/configure.ac b/configure.ac index 75af4ea..1aff958 100644 --- a/configure.ac +++ b/configure.ac @@ -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