commit: 18cabc19e1d45a79d629ca0c975e9a60a349296c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 10:31:20 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 8 10:31:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cabc19
app-text/dvipng: Use acinclude.m4 to save local macros.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
app-text/dvipng/dvipng-1.15-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/dvipng/dvipng-1.15-r1.ebuild
b/app-text/dvipng/dvipng-1.15-r1.ebuild
index 1b3506f379f..14d8b025c60 100644
--- a/app-text/dvipng/dvipng-1.15-r1.ebuild
+++ b/app-text/dvipng/dvipng-1.15-r1.ebuild
@@ -33,8 +33,8 @@ src_prepare() {
eapply_user
# save local macros, since we regenerate aclocal.m4 below
- mv aclocal.m4 mylocal.m4 || die
- AT_M4DIR=. eautoreconf
+ mv aclocal.m4 acinclude.m4 || die
+ eautoreconf
}
src_configure() {