DEPENDS = "virtual/libc" RDEPENDS = "libc6" SRC_URI = http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 inherit autotools do_configure_prepend () { if [ ! -e acinclude.m4 ]; then cat aclocal.m4 > acinclude.m4 fi }