--- bootstrap.orig 2005-08-22 01:36:43.000000000 +0200 +++ bootstrap 2006-06-29 18:30:11.000000000 +0200 @@ -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.5|2.6'`"; then echo "Autoconf 2.50 or above is required. Aborting build..."; exit 1; fi