From: Javier Jardón Date: Sun, 2 Oct 2011 22:31:59 +0000 (+0100) Subject: configure.ac: Use a auxiliar directory to store autogenerated files X-Git-Tag: v183~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a80db8bd5f7f15859e8891aab9fc3694ce4cd0bd;p=thirdparty%2Fsystemd.git configure.ac: Use a auxiliar directory to store autogenerated files --- diff --git a/configure.ac b/configure.ac index c635a0504ba..2e766a6a5d7 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AC_INIT([systemd], AC_CONFIG_SRCDIR([src/core/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_AUX_DIR([build-aux]) + AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_PREFIX_DEFAULT([/usr])