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
commit935ef3322ebeea2f07cb1c60eafbea3e7752d3bb (patch)
treed3c453d2eaa85360a1ca94f8b3456b0d03120052 /eclass
parent--docdir is now passed within autotools-utils.eclass. (diff)
downloadhistorical-935ef3322ebeea2f07cb1c60eafbea3e7752d3bb.tar.gz
historical-935ef3322ebeea2f07cb1c60eafbea3e7752d3bb.tar.bz2
historical-935ef3322ebeea2f07cb1c60eafbea3e7752d3bb.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