mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
configure.ac: Use a auxiliar directory to store autogenerated files
This commit is contained in:
committed by
Lennart Poettering
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])
|
||||
|
||||
Reference in New Issue
Block a user