diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-12-22 18:01:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-12-22 18:01:12 +0000 |
commit | b579f4f9a3d854ed9dcc1faadd268faed9ebafaa (patch) | |
tree | ed3ee92feca2f23619c999c050de92ead9404cf4 /eclass/autotools-utils.eclass | |
parent | version bump (diff) | |
download | historical-b579f4f9a3d854ed9dcc1faadd268faed9ebafaa.tar.gz historical-b579f4f9a3d854ed9dcc1faadd268faed9ebafaa.tar.bz2 historical-b579f4f9a3d854ed9dcc1faadd268faed9ebafaa.zip |
Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index ae65537514cf..354fdadad8a7 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.30 2011/12/14 14:55:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.31 2011/12/22 18:01:12 mgorny Exp $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: @@ -255,6 +255,9 @@ remove_libtool_files() { # The src_prepare function. # # Supporting PATCHES array and user patches. See base.eclass(5) for reference. +# +# This function calls elibtoolize implicitly. If you need to call eautoreconf +# afterwards, please use AT_NOELIBTOOLIZE=yes to avoid it being called twice. autotools-utils_src_prepare() { debug-print-function ${FUNCNAME} "$@" |