]> git.puffer.fish Git - matthieu/frr.git/commit
build: automake 1.12 to deal with flex & bison
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 16:33:31 +0000 (17:33 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 19:42:01 +0000 (20:42 +0100)
commita6cf5da4fd6253b5f92ff4bee84d9e02c2439326
tree8c05902fe53039daae373f4dffe151fa7a9426e8
parent4d94b2929671e9251e95e6d2f88da8797a1d6e1e
build: automake 1.12 to deal with flex & bison

bison conditionally writes its output to different files based on the
filenames specified in the source code.  This could be disabled,
however...  flex changes its output filenames when "prefix" is
specified.  And ylwrap from <1.11 doesn't understand how to handle the
header file...

...so this requires automake 1.12 which can deal with this properly.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac