This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH BZ #14120] Do not create autom4ate.cache directory
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: libc-alpha at sourceware dot org
- Date: Wed, 2 Oct 2013 19:28:12 +0200
- Subject: [PATCH BZ #14120] Do not create autom4ate.cache directory
- Authentication-results: sourceware.org; auth=none
Hi,
in bugzilla Allan McRae proposed following fix to suppress creation of
autom4ate.cache directory. Does somebody use custom .autom4te.cfg file?
Or is this ok to commit?
* .autom4te.cfg: New file.
---
.autom4te.cfg | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .autom4te.cfg
diff --git a/.autom4te.cfg b/.autom4te.cfg
new file mode 100644
index 0000000..a874545
--- /dev/null
+++ b/.autom4te.cfg
@@ -0,0 +1,3 @@
+begin-language: "Autoconf-without-aclocal-m4"
+args: --nocache
+end-language: "Autoconf-without-aclocal-m4"
--
1.8.4.rc3