forked from Mirror/frr
build: detect and create AM_SILENT_RULES macro if needed
Older libs have problem with that: configure.ac:17: warning: macro `AM_SILENT_RULES' not found in library ... configure.ac:24: error: possibly undefined macro: AM_SILENT_RULES Tested-by: NetDEF CI System <cisystem@netdef.org>
This commit is contained in:
parent
eb6f1b41e8
commit
50cfc0d2d7
|
@ -21,6 +21,7 @@ AC_CANONICAL_HOST()
|
|||
AC_CANONICAL_TARGET()
|
||||
|
||||
AM_INIT_AUTOMAKE(1.6)
|
||||
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue