configure.ac: move autoconf/automake helpers to build/

This commit is contained in:
Max Kellermann
2014-01-27 09:01:02 +01:00
parent 0ab66db7b9
commit 544c69c61c
4 changed files with 7 additions and 7 deletions

View File

@@ -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)