View | Details | Raw Unified
Collapse All | Expand All

(-) bootstrap.orig (-1 / +1 lines)
 Lines 12-18    Link Here 
## Using prereq in autoconf rather than here, mostly for the debian systems at
## Using prereq in autoconf rather than here, mostly for the debian systems at
## this point
## 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...";
	echo "Autoconf 2.50 or above is required. Aborting build...";
    exit 1;
    exit 1;
fi
fi