sed -e "s:nsupdate ::g" -i ${S}/bin/Makefile.in
cd ${S}
WANT_AUTOCONF=2.5 autoconf || die "autoconf failed"
WANT_AUTOCONF=2.5 AT_NO_RECURSIVE=1 eautoreconf || die "eautoreconf failed"
}
src_compile() {