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 <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>
This commit is contained in:
Daniel Martin 2013-07-24 14:13:41 +02:00
parent b6d8c8fe61
commit 6746ab1549
2 changed files with 3 additions and 1 deletions

3
.autom4te.cfg Normal file
View File

@ -0,0 +1,3 @@
begin-language: "Autoconf-without-aclocal-m4"
args: --cache=build-aux
end-language: "Autoconf-without-aclocal-m4"

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
aclocal.m4
autom4te.cache
build-aux
libtool
mkinstalldirs