[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helpe
From: |
Jan Engelhardt |
Subject: |
[Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helper scripts |
Date: |
Fri, 10 Jan 2014 15:47:22 +0100 |
---
.gitignore | 15 ++-------------
configure.ac | 2 +-
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/.gitignore b/.gitignore
index c311605..16742f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,22 +17,11 @@
/ABOUT-NLS
/aclocal.m4
/autom4te.cache/
-/ar-lib
-/config.cache
-/config.guess
-/config.log
-/config.rpath
-/config.status
-/config.sub
+/build-aux/
+/config.*
/configure
-/compile
-/depcomp
-/install-sh
/libtool
-/ltmain.sh
/m4/
-/missing
-/test-driver
Makefile
Makefile.in
stamp-h1
diff --git a/configure.ac b/configure.ac
index dd71c1b..26f75ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
#
AC_INIT([attr], [2.4.48], address@hidden)
-AC_CONFIG_AUX_DIR([.])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([include/config.h])
AC_PREFIX_DEFAULT(/usr)
--
1.8.4
- [Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir, Jan Engelhardt, 2014/01/10
- [Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helper scripts,
Jan Engelhardt <=
- [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/11
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/18
Re: [Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helper scripts, Mike Frysinger, 2014/01/10
Re: [Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir, Mike Frysinger, 2014/01/10