[PATCH 4/6] build: make use of aux dir to unclutter the root a bit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx>
---
 .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], [leveldb@xxxxxxxxxxxxxxxx])
+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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux