Disable autom4te cache.

This commit is contained in:
Jason Evans 2014-09-02 17:49:29 -07:00
parent a5a658ab48
commit f34f6037e8
3 changed files with 3 additions and 3 deletions

3
.autom4te.cfg Normal file
View File

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

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
/*.gcov.*
/autom4te.cache/
/bin/jemalloc.sh
/config.stamp

View File

@ -400,7 +400,6 @@ clean:
rm -f $(objroot)*.gcov.*
distclean: clean
rm -rf $(objroot)autom4te.cache
rm -f $(objroot)bin/jemalloc.sh
rm -f $(objroot)config.log
rm -f $(objroot)config.status