This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH BZ #14120] Do not create autom4ate.cache directory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]