--- tk-8.4.13.ebuild.orig 2006-06-03 14:37:48.000000000 -0500 +++ tk-8.4.13.ebuild 2006-12-11 20:33:07.000000000 -0600 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.13.ebuild,v 1.1 2006/06/03 19:37:48 matsuu Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="Tk Widget Set" HOMEPAGE="http://dev.scriptics.com/software/tcltk/" @@ -53,6 +53,9 @@ src_unpack() { EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \ epatch "${FILESDIR}"/tk-configure-LANG.patch done + + cd "${S}"/unix + eautoreconf } src_compile() {