[Xcb] [PATCH 4/6] Use build-aux as autom4te cache directory

Daniel Martin consume.noise at gmail.com
Thu Jul 25 03:02:32 PDT 2013


Remove the generated directory ./autom4te.cache by reusing ./build-aux
as cache directory.
---
 .autom4te.cfg | 3 +++
 .gitignore    | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 .autom4te.cfg

diff --git a/.autom4te.cfg b/.autom4te.cfg
new file mode 100644
index 0000000..36e4354
--- /dev/null
+++ b/.autom4te.cfg
@@ -0,0 +1,3 @@
+begin-language: "Autoconf-without-aclocal-m4"
+args: --cache=build-aux
+end-language: "Autoconf-without-aclocal-m4"
diff --git a/.gitignore b/.gitignore
index 62cd76e..046e7f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 aclocal.m4
-autom4te.cache
 build-aux
 libtool
 mkinstalldirs
-- 
1.8.3.3



More information about the Xcb mailing list