diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-03-11 23:55:44 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-03-11 23:55:44 +0000 |
commit | ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f (patch) | |
tree | 80070d92fed846611b3ec212e272c75310e02489 | |
parent | Stable for amd64 wrt bug #493028 (diff) | |
download | gentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.tar.gz gentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.tar.bz2 gentoo-2-ca35d841aa5c2cac7bde10837f7f8b83c3d0fc1f.zip |
Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/autotools-utils.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 2190c4312594..cc075e505d59 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1169 2014/03/09 18:54:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1170 2014/03/11 23:55:44 floppym Exp $ + + 11 Mar 2014; Mike Gilbert <floppym@gentoo.org> autotools-utils.eclass: + Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit. 09 Mar 2014; Ulrich Müller <ulm@gentoo.org> texlive-module.eclass: Do not inherit base.eclass, bug 497054. 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 |