--- smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/03 20:15:34 855 +++ smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/03 20:16:00 856 @@ -49,12 +49,6 @@ # 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()