summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-01-14 14:58:29 +0000
committerMichał Górny <mgorny@gentoo.org>2012-01-14 14:58:29 +0000
commit1f403d6ca65184a60c1eb33d4eff9c0d8de3b654 (patch)
treee7f185ed1285d9b32a5de22311f68b1b92755b8a /eclass
parent--docdir is now passed within autotools-utils.eclass. (diff)
downloadgentoo-2-1f403d6ca65184a60c1eb33d4eff9c0d8de3b654.tar.gz
gentoo-2-1f403d6ca65184a60c1eb33d4eff9c0d8de3b654.tar.bz2
gentoo-2-1f403d6ca65184a60c1eb33d4eff9c0d8de3b654.zip
Disallow eautomake from calling eautoreconf unnecessarily.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/autotools-utils.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index a07b0cac152e..3b230359c894 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.80 2012/01/14 14:50:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.81 2012/01/14 14:58:29 mgorny Exp $
+
+ 14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
+ Disallow eautomake from calling eautoreconf unnecessarily.
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
Pass --docdir to configure, and install docs from it; wrt bug #350423.
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index b1e3920a45bb..2728bfec2aa6 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.35 2012/01/14 14:50:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.36 2012/01/14 14:58:29 mgorny Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -332,7 +332,7 @@ autotools-utils_autoreconf() {
eautoconf
eautoheader
- eautomake
+ FROM_EAUTORECONF=sure eautomake
local x
for x in $(autotools_get_subdirs); do