From 3ae49e0a0b4bf22f137ec9a85f147815c972fdf0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Jan 2014 23:21:58 -0500 Subject: build: make use of an aux-dir to stow away helper scripts --- .gitignore | 15 ++------------- configure.ac | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index d907d15..307fbe9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,22 +17,11 @@ /ABOUT-NLS /aclocal.m4 /autom4te.cache/ -/ar-lib -/config.cache -/config.guess -/config.log -/config.rpath -/config.status -/config.sub +/build-aux/ +/config.* /configure -/compile -/depcomp -/install-sh /libtool -/ltmain.sh /m4/ -/missing -/test-driver Makefile Makefile.in stamp-h1 diff --git a/configure.ac b/configure.ac index 1ca2a3c..27ea05d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # AC_INIT([acl], [2.2.53], [acl-devel@nongnu.org]) -AC_CONFIG_AUX_DIR([.]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([include/config.h]) AC_PREFIX_DEFAULT(/usr) -- cgit v1.2.1