1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

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

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