net-dns/bind-tools: Fix configure.in QA warning

Package-Manager: portage-2.2.23
This commit is contained in:
Pacho Ramos
2015-10-18 19:03:22 +02:00
parent 3c12566750
commit cad74baf2d

View File

@@ -52,6 +52,8 @@ src_prepare() {
# bug #220361
rm aclocal.m4
rm -rf libtool.m4/
mv configure.in configure.ac || die # configure.in is deprecated
eautoreconf
}