--- enca-1.13-r1.ebuild.orig 2011-12-06 14:50:02.000000000 +0200 +++ enca-1.13-r1.ebuild 2011-12-06 15:06:24.000000000 +0200 @@ -19,11 +19,13 @@ RDEPEND="${DEPEND}" src_configure() { - econf \ - --enable-external \ - --disable-static \ - $(use_with recode librecode "${EPREFIX}"/usr) \ + local myeconfargs=( + --enable-external + --disable-static + $(use_with recode librecode "${EPREFIX}"/usr) $(use_enable doc gtk-doc) + ) + autotools-utils_src_configure } src_compile() { @@ -32,10 +34,9 @@ $(tc-getBUILD_CC) -o make_hash make_hash.c || die "native make_hash failed" popd > /dev/null fi - emake + autotools-utils_src_compile } src_install() { - default - remove_libtool_files + autotools-utils_src_install }