summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-03-11 23:55:44 +0000
committerMike Gilbert <floppym@gentoo.org>2014-03-11 23:55:44 +0000
commitca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f (patch)
tree80070d92fed846611b3ec212e272c75310e02489 /eclass/autotools-utils.eclass
parentStable for amd64 wrt bug #493028 (diff)
downloadgentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.tar.gz
gentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.tar.bz2
gentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.zip
Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit.
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index efc6fbcff852..ab448c1ad14a 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.72 2013/11/24 10:53:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.73 2014/03/11 23:55:44 floppym Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -96,7 +96,7 @@ esac
# @ECLASS-VARIABLE: AUTOTOOLS_AUTORECONF
# @DEFAULT_UNSET
# @DESCRIPTION:
-# Set to a non-empty value in order to enable running autoreconf
+# Set to a non-empty value before calling inherit to enable running autoreconf
# in src_prepare() and adding autotools dependencies.
#
# This is usually necessary when using live sources or applying patches