configure.ac: enable kernel style compile messages

Change-Id: I96a5d808e2a199c33a1c9eef77da3a040e305689
This commit is contained in:
Vadim Yanitskiy 2019-04-10 17:48:06 +07:00
parent 3cf5229fa0
commit a0e85ce237
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ AC_CONFIG_AUX_DIR(aux_config)
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER([aux_config/config.h])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl include release helper
RELMAKE='-include osmo-release.mk'
AC_SUBST([RELMAKE])