]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_parse.y
build: fix bison < 3.0 compatibility
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 15 Dec 2016 23:37:52 +0000 (00:37 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 19:42:01 +0000 (20:42 +0100)
commit0d37f9f325217a6dc3e396c9227d2a164775f4d9
tree9de9feaa5d63f217dab4f7340a1e08ea35ea7755
parenteed831e065694b3746896b126f6ad47548ea9dc0
build: fix bison < 3.0 compatibility

bison-2.7.x really wants "foo" for api.prefix while bison-3.0.x really
wants {foo} ... great.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac
lib/Makefile.am
lib/command_parse.y