Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-dev
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-dev@g.o
From: Michał Górny <mgorny@g.o>
Subject: [PATCH autotools-utils 3/4] Disallow eautomake from calling eautoreconf unnecessarily.
Date: Fri, 6 Jan 2012 23:06:44 +0100
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



References:
[PATCH autotools-utils 1/4] Support installing default docs, similarly to EAPI4.
-- Michał Górny
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
[PATCH autotools-utils 1/4] Support installing default docs, similarly to EAPI4.
Next by thread:
[PATCH autotools-utils 2/4] Pass --docdir to configure, and install docs from it.
Previous by date:
Re: rfc: locations of binaries and separate /usr
Next by date:
[PATCH autotools-utils 1/4] Support installing default docs, similarly to EAPI4.


Updated Jun 29, 2012

Summary: Archive of the gentoo-dev mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.