build: Put all GNU autotools support files in aux/

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-12-09 18:07:50 +01:00
parent 7abb1b9137
commit 5efd1cffd8

View File

@ -27,6 +27,7 @@
AC_INIT([sysklogd], [2.1-dev], [https://github.com/troglobit/sysklogd/issues],,
[https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
LT_INIT([pic-only])
AM_SILENT_RULES([yes])