summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-09-22 08:05:48 +0700
committerGary V. Vaughan <gary@gnu.org>2013-09-22 08:05:48 +0700
commitff8ad823dc940958abf4dd20ac656b5aa45ad8d3 (patch)
treee56b42cafbe9f6bba1a09305abf6e9cc20f88419
parent511bd418f72182fe5b8a13990c981de787c99f0c (diff)
downloadm4-ff8ad823dc940958abf4dd20ac656b5aa45ad8d3.tar.gz
configury: don't generate annoying autom4te.cache directory.
* .autom4te.cfg: New file. Disable autotools caching. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--.autom4te.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/.autom4te.cfg b/.autom4te.cfg
new file mode 100644
index 00000000..f47eaeee
--- /dev/null
+++ b/.autom4te.cfg
@@ -0,0 +1,4 @@
+# Disable the autom4te.cache directory.
+begin-language: "Autoconf-without-aclocal-m4"
+args: --no-cache
+end-language: "Autoconf-without-aclocal-m4"