diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-16 01:24:53 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-16 20:42:01 +0100 |
commit | 4a06690fcac47d732e9cc3ae4e86cac55e801ea5 (patch) | |
tree | 746e5773dcae7569e33eb4404aa7c5c154dc36a7 /.gitignore | |
parent | build: fix bison < 3.0 compatibility (diff) | |
download | frr-4a06690fcac47d732e9cc3ae4e86cac55e801ea5.tar.xz frr-4a06690fcac47d732e9cc3ae4e86cac55e801ea5.zip |
build: check flex >= 2.5.20 is available
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4c90eb00d..af345e560 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ build *.loT m4/*.m4 !m4/ax_sys_weak_alias.m4 +!m4/ax_compare_version.m4 debian/autoreconf.after debian/autoreconf.before debian/files |