--- libgpod-0.4.0.ebuild (revision 1071) +++ libgpod-0.4.0.ebuild (working copy) @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + inherit eutils autotools DESCRIPTION="Shared library to access the contents of an iPod" @@ -19,11 +22,7 @@ >=dev-lang/swig-1.3.24 >=dev-python/eyeD3-0.6.6 )" DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - dev-util/pkgconfig - sys-devel/libtool - >=dev-util/intltool-0.2.9" + dev-util/pkgconfig" src_unpack() { unpack ${A} @@ -31,11 +30,7 @@ cd ${S} epatch ${FILESDIR}/libgpod-0.4.0-test-nogdk.patch - # Dont run aclocal, it breaks - eautomake - eautoconf - eautoheader - elibtoolize + AT_M4DIR="m4" eautoreconf } src_compile() {