]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: automake 1.12 to deal with flex & bison 5/head
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)
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

index caf3836f48582fc5f78e19ff2eb93e0c7f07f6d7..40eab0a9a172f2857ed81fd650950e6e604fb058 100755 (executable)
@@ -22,7 +22,7 @@ AC_CANONICAL_TARGET()
 
 # Disable portability warnings -- our automake code (in particular
 # common.am) uses some constructs specific to gmake.
-AM_INIT_AUTOMAKE([1.6 -Wno-portability])
+AM_INIT_AUTOMAKE([1.12 -Wno-portability])
 m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
 AM_SILENT_RULES([yes])
 AC_CONFIG_HEADERS(config.h)