configure.ac: Use a auxiliar directory to store autogenerated files

This commit is contained in:
Javier Jardón 2011-10-02 23:31:59 +01:00 committed by Lennart Poettering
parent 4e949c11a1
commit a80db8bd5f
1 changed files with 2 additions and 0 deletions

View File

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