diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-10-02 23:31:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-17 16:02:36 +0200 |
commit | a80db8bd5f7f15859e8891aab9fc3694ce4cd0bd (patch) | |
tree | 53fef4a7d88e345b995f826a9fe207741ce58b21 /configure.ac | |
parent | 4e949c11a1df4547d5f102e4131e07b026369cd7 (diff) |
configure.ac: Use a auxiliar directory to store autogenerated files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c635a0504b..2e766a6a5d 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]) |