]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: Make MULTIPATH_NUM a config.h value
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Dec 2015 15:34:04 +0000 (15:34 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Dec 2015 18:02:39 +0000 (10:02 -0800)
commit7a6da5bad3be23d6d6d7f98e6e81450d16a0c7a1
tree09390f0e7382a23e3f4a86dd13a215f0c49005c4
parent3ee39b5ba0c9c60a7067d53dd21ff8dd7304b376
build: Make MULTIPATH_NUM a config.h value

MULTIPATH_NUM is setup inside of the Makefile.am DEFS to pass
in on the command line.  This fix moves the MULTIPATH_NUM
from there into config.h.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/Makefile.am
configure.ac
zebra/Makefile.am