From 7485b200978b7322335e03c15de5459e1960bfa3 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Mon, 10 Dec 2007 21:21:19 +0000 Subject: [PATCH] Require flex-2.5.33 (current version in Debian stable), since Gerard ran into warnings with 2.5.4. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3035 4a71c877-e1ca-e34f-864e-861f7616d084 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 65cb893e2..b592c80f6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 4 2 || DIE=1 +version_check 1 "flex" "ftp://ftp.gnu.org/pub/non-gnu/flex" 2 5 33 || DIE=1 if [ "$DIE" -eq 1 ]; then exit 1 fi