summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-04-01 03:52:08 +0200
committerDave Reisner <dreisner@archlinux.org>2012-04-09 04:28:45 +0200
commit30ca48df4ca51b57ca8bc0e45f78d3eac8c15b40 (patch)
tree0522b5a74dedcdbb517b9c6815a8b05106da1541 /configure.ac
parent4b95967bd04360d448296fe9fe15709cc4751e35 (diff)
downloadpacman-30ca48df4ca51b57ca8bc0e45f78d3eac8c15b40.tar.gz
pacman-30ca48df4ca51b57ca8bc0e45f78d3eac8c15b40.tar.xz
buildsys: move autotools bloat to build-aux
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
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 93f8f140..98e6af1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])