--- fam-2.7.0.ebuild.orig 2004-02-15 22:07:39.000000000 +0100 +++ fam-2.7.0.ebuild 2004-02-26 22:19:03.000000000 +0100 @@ -16,6 +16,7 @@ src_unpack() { unpack ${A} + epatch ${FILESDIR}/fam-2.7.0-dnotify.patch # Fix permission problems with user* in FEATURES (#35307) chmod u+w ${S}/configure @@ -23,6 +24,12 @@ # Please do not remove this again - fixes $S and $D in libtool linker # scripts (.la files) cd ${S}; elibtoolize + + export WANT_AUTOCONF=2.5 + export WANT_AUTOMAKE=1.5 + aclocal + autoconf + automake --add-missing } src_install() {