SummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-04-20 01:21:43 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-05-07 11:32:18 +0200
commitc43a9173e6e70cf12f3f47a845cc91688877a781 (patch)
tree9e150fea682b79ec007ca12271012fe445802d58 /configure.ac
parent8f430594f4452c378de08177be187d1cb5de1cd0 (diff)
downloadmcron-c43a9173e6e70cf12f3f47a845cc91688877a781.tar.gz
mcron-c43a9173e6e70cf12f3f47a845cc91688877a781.tar.bz2
mcron-c43a9173e6e70cf12f3f47a845cc91688877a781.zip
maint: Use 'build-aux' directory for auxiliary build tools.
* configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'. * .gitignore: Adapt to it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fee17fc..6b0fc4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@
AC_PREREQ(2.61)
AC_INIT([mcron], [1.0.8], [dale_mellor@users.sourceforge.net])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE