From 934bae3cd186c36faea643d1879fb9aae5f4c819 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 14 Sep 2017 17:02:03 +0100 Subject: [PATCH] build: Put Autotools droppings in ./build-aux/ Signed-off-by: Simon McVittie <smcv@collabora.com> --- .gitignore | 8 +------- configure.ac | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4e1c9cede..56d3b5292 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,15 @@ .deps /INSTALL +/build-aux Makefile.in aclocal.m4 autom4te.cache -compile -config.guess config.status -config.sub config.log configure -depcomp -install-sh libtool -ltmain.sh m4 m4/* -missing update Makefile .*stamp diff --git a/configure.ac b/configure.ac index aecf00584..b3a66bee5 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ dnl License along with libcapsule. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.60]) AC_INIT(libcapsule, 0.1) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) dnl don't kvetch about gnu makefile syntax -- GitLab