summaryrefslogtreecommitdiff
blob: f91b37ef24cb4b07f4ba48b57d2903c48b79f73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.gentoo.org/138360

--- bootstrap
+++ bootstrap
@@ -12,7 +12,7 @@
 
 ## Using prereq in autoconf rather than here, mostly for the debian systems at
 ## this point
-if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.5'`"; then
+if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.[56]'`"; then
 	echo "Autoconf 2.50 or above is required. Aborting build...";
     exit 1;
 fi