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:
parent
4e949c11a1
commit
a80db8bd5f
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user