Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.
authorMichał Górny <mgorny@gentoo.org>
Thu, 22 Dec 2011 18:01:12 +0000 (18:01 +0000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 22 Dec 2011 18:01:12 +0000 (18:01 +0000)
eclass/ChangeLog
eclass/autotools-utils.eclass

index 25a883ff30382d26ed29fc924b3a5369cd568eea..0b77ce250b31cdade5fa95e5eb6c6d6e2c07134e 100644 (file)
@@ -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
index ae65537514cf9b4c82f126d52ca919255df47e12..354fdadad8a75ab015f53365853f4f299447c451 100644 (file)
@@ -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} "$@"