Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24922
Collapse All | Expand All

(-)bootstrap (-1 / +1 lines)
Lines 60-66 Link Here
60
	automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
60
	automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
61
#	echo automake version: $automake_version
61
#	echo automake version: $automake_version
62
	case $automake_version in
62
	case $automake_version in
63
	    1.7*|1.8*|1.9*)
63
	    1.7*|1.8*|1.9*|1.10*)
64
		have_automake=true
64
		have_automake=true
65
		;;
65
		;;
66
	esac
66
	esac

Return to bug 24922