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:
parent
b6d8c8fe61
commit
6746ab1549
|
@ -0,0 +1,3 @@
|
||||||
|
begin-language: "Autoconf-without-aclocal-m4"
|
||||||
|
args: --cache=build-aux
|
||||||
|
end-language: "Autoconf-without-aclocal-m4"
|
|
@ -1,5 +1,4 @@
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
|
||||||
build-aux
|
build-aux
|
||||||
libtool
|
libtool
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
|
|
Loading…
Reference in New Issue