diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-08 12:31:20 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-08 12:31:20 +0200 |
commit | 18cabc19e1d45a79d629ca0c975e9a60a349296c (patch) | |
tree | b245f7c698cff7574145bd2fe388001b8e523191 /app-text/dvipng/dvipng-1.15-r1.ebuild | |
parent | www-apps/grafana-bin: Bump to 5.1.1 and clean up old (diff) | |
download | gentoo-18cabc19e1d45a79d629ca0c975e9a60a349296c.tar.gz gentoo-18cabc19e1d45a79d629ca0c975e9a60a349296c.tar.bz2 gentoo-18cabc19e1d45a79d629ca0c975e9a60a349296c.zip |
app-text/dvipng: Use acinclude.m4 to save local macros.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-text/dvipng/dvipng-1.15-r1.ebuild')
-rw-r--r-- | app-text/dvipng/dvipng-1.15-r1.ebuild | 4 |
1 files 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 1b3506f379f4..14d8b025c605 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() { |