diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 09:01:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 09:01:02 +0100 |
commit | 544c69c61c466161374c7a5b137acc3c0a31ef7f (patch) | |
tree | dda0f53fa84e2ce89ea5b17f3e31e3dd3156b758 /configure.ac | |
parent | 0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (diff) |
configure.ac: move autoconf/automake helpers to build/
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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) |