buildsys: move autotools bloat to build-aux

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
This commit is contained in:
Dave Reisner 2012-03-31 21:52:08 -04:00
parent 4b95967bd0
commit 30ca48df4c
9 changed files with 1 additions and 0 deletions

View File

View File

@ -56,6 +56,7 @@ AC_INIT([pacman], [pacman_version], [pacman-dev@archlinux.org])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.11])