summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-06 20:59:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-06 21:14:57 +0100
commitb18f29320ab45f391f083297ded21307301051c4 (patch)
treefe867270bbd72309bf8d7d2053ed4c558b694fd2 /dev-db/firebird
parentdev-db/firebird: Fix build with GCC-6 (diff)
downloadgentoo-b18f29320ab45f391f083297ded21307301051c4.tar.gz
gentoo-b18f29320ab45f391f083297ded21307301051c4.tar.bz2
gentoo-b18f29320ab45f391f083297ded21307301051c4.zip
dev-db/firebird: Fix configure.in warning
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/firebird-2.5.7.27050.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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 afe4c2155218..72385210ce91 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
}