As we're running the complete set of commands for autoreconf, it is
completely unnecessary for eautomake to conditionally run that. Thus, we
need to set FROM_EAUTORECONF.
---
eclass/autotools-utils.eclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 96b3372..87f8b4d 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -332,7 +332,7 @@ autotools-utils_autoreconf() {
eautoconf
eautoheader
- eautomake
+ FROM_EAUTORECONF=yep eautomake
local x
for x in $(autotools_get_subdirs); do
--
1.7.8.2