summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regen_perly.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen_perly.pl b/regen_perly.pl
index 044fd28393..0abf93991c 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -76,10 +76,10 @@ EOF
# Don't change this to add new bison versions without testing that the generated
# files actually work :-) Win32 in particular may not like them. :-(
-unless ($version =~ /\b(2\.[4567]|3\.[0-7])\b/) { die <<EOF; }
+unless ($version =~ /\b(2\.[567]|3\.[0-7])\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently versions
-2.4-2.7 or 3.0-3.7 are known to work. Try installing
+2.5-2.7 or 3.0-3.7 are known to work. Try installing
http://ftp.gnu.org/gnu/bison/bison-3.3.tar.gz
or similar. Your bison identifies itself as: