aboutsummaryrefslogtreecommitdiff
path: root/.autom4te.cfg
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-09-02 17:49:29 -0700
committerJason Evans <je@fb.com>2014-09-02 17:49:29 -0700
commitf34f6037e8d9836f7cddc02ad349dc72964bbcc7 (patch)
tree99f319d0860841cdd3dbf0346c8c15f5f55e88a4 /.autom4te.cfg
parenta5a658ab48f7dfa7fd134e505ef23304eaa0ce54 (diff)
downloadjemalloc-f34f6037e8d9836f7cddc02ad349dc72964bbcc7.tar.gz
Disable autom4te cache.
Diffstat (limited to '.autom4te.cfg')
-rw-r--r--.autom4te.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/.autom4te.cfg b/.autom4te.cfg
new file mode 100644
index 0000000..fe2424d
--- /dev/null
+++ b/.autom4te.cfg
@@ -0,0 +1,3 @@
+begin-language: "Autoconf-without-aclocal-m4"
+args: --no-cache
+end-language: "Autoconf-without-aclocal-m4"