summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-05-13 13:29:05 -0400
committerMike Frysinger <vapier@gentoo.org>2016-05-13 13:40:31 -0400
commit5d62a004d49d9b106979621cff790491358cdefa (patch)
tree008862501e00b20cdbfca1a62bb6d365ac5dc270 /sys-devel/automake/automake-1.15-r1.ebuild
parentdev-python/uvloop: new ebuild, initial vn. 0.4.20 (diff)
downloadgentoo-5d62a004d49d9b106979621cff790491358cdefa.tar.gz
gentoo-5d62a004d49d9b106979621cff790491358cdefa.tar.bz2
gentoo-5d62a004d49d9b106979621cff790491358cdefa.zip
sys-devel/automake: rework how HELP2MAN is set up #582734
Only the 1.11 release used this variable -- later versions bundle a copy and use that rather than the system one. Move the export to prepare so the configure function stays the same across versions.
Diffstat (limited to 'sys-devel/automake/automake-1.15-r1.ebuild')
-rw-r--r--sys-devel/automake/automake-1.15-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.15-r1.ebuild b/sys-devel/automake/automake-1.15-r1.ebuild
index add59cb2756d..b1e9964ae94c 100644
--- a/sys-devel/automake/automake-1.15-r1.ebuild
+++ b/sys-devel/automake/automake-1.15-r1.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
}
src_configure() {
- econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+ econf --docdir=/usr/share/doc/${PF}
}
src_compile() {