commit: cad74baf2dbd45bc9316dbb9804155b8e6d6c741
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 17:03:22 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 17:03:22 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad74baf
net-dns/bind-tools: Fix configure.in QA warning
Package-Manager: portage-2.2.23
net-dns/bind-tools/bind-tools-9.10.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-dns/bind-tools/bind-tools-9.10.3.ebuild
b/net-dns/bind-tools/bind-tools-9.10.3.ebuild
index 38b6062..fb90401 100644
--- a/net-dns/bind-tools/bind-tools-9.10.3.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.10.3.ebuild
@@ -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
}