[vlc-commits] extras/tools: reject old versions of bison

Jean-Baptiste Kempf git at videolan.org
Tue Nov 7 17:17:53 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  7 17:17:28 2017 +0100| [c24c577c77ed5fd17d9f9bd633ae0655ff5e0ec7] | committer: Jean-Baptiste Kempf

extras/tools: reject old versions of bison

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c24c577c77ed5fd17d9f9bd633ae0655ff5e0ec7
---

 extras/tools/bootstrap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 9d4ccfdb12..ba739cd3e8 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -83,6 +83,7 @@ check_sed
 check protoc 2.6.0
 check ant
 check xz
+check bison 3.0.0
 
 [ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
 



More information about the vlc-commits mailing list