Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
## 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