commit: b18f29320ab45f391f083297ded21307301051c4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 19:59:28 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 20:14:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18f2932
dev-db/firebird: Fix configure.in warning
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-db/firebird/firebird-2.5.7.27050.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
index afe4c215521..72385210ce9 100644
--- a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
+++ b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
@@ -82,6 +82,8 @@ src_prepare() {
find "${S}" -name \*.sh -exec chmod +x {} + || die
rm -r "${S}"/extern/{btyacc,editline,icu} || die
+ mv configure.in configure.ac || "failed to mv configure.in configure.ac"
+
eautoreconf
}