Signed-off-by: Jan Engelhardt <[email protected]>
---
 .gitignore   |    4 +---
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6071e8c..bf40c93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,9 @@
 /Makefile.in
 /aclocal.m4
 /autom4te.cache/
+/build-aux/
 /config.h.in*
 /configure
-/depcomp
-/install-sh
-/missing
 
 # created by ./configure
 /.deps/
diff --git a/configure.ac b/configure.ac
index 667d81d..6a26ab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
 AC_INIT([leveldb], [0.1], [[email protected]])
+AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AC_PROG_CC
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to