]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: detect and create AM_SILENT_RULES macro if needed
authorPawel Wieczorkiewicz <pwieczorkiewicz@suse.de>
Fri, 1 Apr 2016 10:54:38 +0000 (12:54 +0200)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Sat, 3 Sep 2016 15:05:51 +0000 (11:05 -0400)
commit50cfc0d2d7445bccf3f137dcaf4bf3ef56fe0f69
tree4a2e0cfe3c7076f19b100314bf78bb3bae837ed7
parenteb6f1b41e8b80526d5209850c30a187dc3af9aa0
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>
configure.ac