sys-devel/m4: add autoreconf needed with d2fb79b
authorAnthony G. Basile <blueness@gentoo.org>
Thu, 21 Apr 2016 06:26:40 +0000 (02:26 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Thu, 21 Apr 2016 06:27:13 +0000 (02:27 -0400)
Package-Manager: portage-2.2.26

sys-devel/m4/m4-1.4.17.ebuild

index b28aa180460272b5086efb3f44aa1a77bf13eff9..d678d59d5463d90af085487763ecea94c0be857d 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="GNU macro processor"
 HOMEPAGE="https://www.gnu.org/software/m4/m4.html"
@@ -21,6 +21,7 @@ RDEPEND=""
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-fix-spawn_h_m4.patch #580688
+       eautoreconf
 
        # Disable gnulib build test that has no impact on the source.
        # Re-enable w/next version bump (and gnulib is updated). #554728