summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-10-18 19:36:21 +0200
committerPacho Ramos <pacho@gentoo.org>2015-10-18 19:36:21 +0200
commit925046205a28682b0e6a508cd44916278cdcbbd6 (patch)
treef05bb2ef9d4a070ed6c78cc5c3c5c46c7d096683
parentx11-libs/goffice: Update the ebuild style to bump EAPI and follow current tea... (diff)
downloadgentoo-925046205a28682b0e6a508cd44916278cdcbbd6.tar.gz
gentoo-925046205a28682b0e6a508cd44916278cdcbbd6.tar.bz2
gentoo-925046205a28682b0e6a508cd44916278cdcbbd6.zip
media-libs/smpeg: Fix configure.in QA warning
Package-Manager: portage-2.2.23
-rw-r--r--media-libs/smpeg/smpeg-0.4.4-r10.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild
index b1f57cbbb5ad..c7dd365b6e10 100644
--- a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild
@@ -52,6 +52,7 @@ src_prepare() {
rm "${S}/acinclude.m4"
cd "${S}"
+ mv configure.in configure.ac || die
AT_M4DIR="${S}/m4" eautoreconf
}