From 6746ab1549d34a146c8383ed5acdabf0d48c1889 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Wed, 24 Jul 2013 14:13:41 +0200 Subject: [PATCH] Use build-aux as autom4te cache directory Remove the generated directory ./autom4te.cache by reusing ./build-aux as cache directory. Signed-off-by: Daniel Martin Reviewed-by: Alan Coopersmith Reviewed-by: Uli Schlachter Tested-By: Ran Benita --- .autom4te.cfg | 3 +++ .gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .autom4te.cfg diff --git a/.autom4te.cfg b/.autom4te.cfg new file mode 100644 index 0000000..36e4354 --- /dev/null +++ b/.autom4te.cfg @@ -0,0 +1,3 @@ +begin-language: "Autoconf-without-aclocal-m4" +args: --cache=build-aux +end-language: "Autoconf-without-aclocal-m4" diff --git a/.gitignore b/.gitignore index 62cd76e..046e7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ aclocal.m4 -autom4te.cache build-aux libtool mkinstalldirs -- 2.7.4