aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 09:01:02 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 09:01:02 +0100
commit544c69c61c466161374c7a5b137acc3c0a31ef7f (patch)
treedda0f53fa84e2ce89ea5b17f3e31e3dd3156b758 /configure.ac
parent0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (diff)
downloadmpd-544c69c61c466161374c7a5b137acc3c0a31ef7f.tar.gz
mpd-544c69c61c466161374c7a5b137acc3c0a31ef7f.tar.xz
mpd-544c69c61c466161374c7a5b137acc3c0a31ef7f.zip
configure.ac: move autoconf/automake helpers to build/
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 7fa1e3522..42bf9898d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ VERSION_REVISION=0
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])
+AC_CONFIG_AUX_DIR(build)
AM_INIT_AUTOMAKE([foreign 1.11 dist-xz subdir-objects])
AM_SILENT_RULES
AC_CONFIG_HEADERS(config.h)