Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 197635 | Differences between
and this patch

Collapse All | Expand All

(-)bootstrap.orig (-2 / +2 lines)
Lines 12-23 Link Here
12
12
13
## Using prereq in autoconf rather than here, mostly for the debian systems at
13
## Using prereq in autoconf rather than here, mostly for the debian systems at
14
## this point
14
## this point
15
if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.5'`"; then
15
if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.[5-9]'`"; then
16
	echo "Autoconf 2.50 or above is required. Aborting build...";
16
	echo "Autoconf 2.50 or above is required. Aborting build...";
17
    exit 1;
17
    exit 1;
18
fi
18
fi
19
19
20
if test -z "`automake --version 2>&1|head -n 1|egrep '1.[6-9]'`"; then
20
if test -z "`automake --version 2>&1|head -n 1|egrep '1.([6-9]|1[0-9])'`"; then
21
	echo "Automake 1.6 or above is required. Aborting build...";
21
	echo "Automake 1.6 or above is required. Aborting build...";
22
	exit 1;
22
	exit 1;
23
fi
23
fi

Return to bug 197635