--- smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/03 20:16:00 856 +++ smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/03 20:17:26 857 @@ -49,6 +49,12 @@ # fix issues with gettext's autopoint if cvs is not installed export AUTOPOINT="/bin/true" fi + + export WANT_AUTOMAKE=1.11 + export WANT_AUTOCONF=2.5 + aclocal -I m4 &>/dev/null || die + autoconf || die + automake || die } src_compile()