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 | d4dff5e5b87738ddcd9049475e08caf219dc2e58 (patch) | |
tree | de7915fd0a1f47572f620cba6e74b246589e941e /eclass | |
parent | version bump (diff) | |
download | gentoo-2-d4dff5e5b87738ddcd9049475e08caf219dc2e58.tar.gz gentoo-2-d4dff5e5b87738ddcd9049475e08caf219dc2e58.tar.bz2 gentoo-2-d4dff5e5b87738ddcd9049475e08caf219dc2e58.zip |
Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/autotools-utils.eclass | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 25a883ff3038..0b77ce250b31 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.52 2011/12/21 22:47:35 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.53 2011/12/22 18:01:12 mgorny Exp $ + + 22 Dec 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: + Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. 21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for 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} "$@" |