From: Michał Górny Date: Thu, 22 Dec 2011 18:01:12 +0000 (+0000) Subject: Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b579f4f9a3d854ed9dcc1faadd268faed9ebafaa;p=gentoo.git Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. --- 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 autotools-utils.eclass: + Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. 21 Dec 2011; Davide Pesavento 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} "$@"