Bump the required Flex version from 2.5.33 to 2.5.35

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4735 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-04-21 18:18:41 +00:00
parent 843713a153
commit c3df150408
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ version_check 1 "msgfmt" "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 15 || DIE=1
version_check 1 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 56 || DIE=1
version_check 1 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 10 || DIE=1
version_check 1 "bison" "ftp://ftp.gnu.org/pub/gnu/bison/" 1 31 || DIE=1
version_check 1 "flex" "ftp://ftp.gnu.org/pub/non-gnu/flex" 2 5 33 || DIE=1
version_check 1 "flex" "ftp://ftp.gnu.org/pub/non-gnu/flex" 2 5 35 || DIE=1
if [ "$DIE" -eq 1 ]; then
exit 1
fi