Update the version requirement message in regen_perly.pl
Vincent Pit [Tue, 24 Mar 2009 22:20:47 +0000 (23:20 +0100)]
regen_perly.pl

index 8ecff97..859495f 100644 (file)
@@ -69,8 +69,8 @@ my $version = `$bison -V`;
 unless ($version =~ /\b(1\.875[a-z]?|2\.[0134])\b/) { die <<EOF; }
 
 You have the wrong version of bison in your path; currently 1.875
-2.0, 2.1 or 2.3 is required.  Try installing
-    http://ftp.gnu.org/gnu/bison/bison-2.1.tar.gz
+2.0, 2.1, 2.3 or 2.4 is required.  Try installing
+    http://ftp.gnu.org/gnu/bison/bison-2.4.1.tar.gz
 or similar.  Your bison identifies itself as:
 
 $version