Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/
Date: Thu, 29 Dec 2011 20:25:20
Message-Id: 007a7e90a92045ec45c18adce01e3f110f1aa1d7.mgorny@gentoo
1 commit: 007a7e90a92045ec45c18adce01e3f110f1aa1d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 20:26:06 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 20:26:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=007a7e90
7
8 Ling.
9
10 ---
11 eclass/autotools-utils.eclass | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
15 index 54b7d6e..f2daa55 100644
16 --- a/eclass/autotools-utils.eclass
17 +++ b/eclass/autotools-utils.eclass
18 @@ -96,8 +96,8 @@ esac
19 # @ECLASS-VARIABLE: AUTOTOOLS_AUTORECONF
20 # @DEFAULT-UNSET
21 # @DESCRIPTION:
22 -# Set to enable running autoreconf in src_prepare() and adding autotools
23 -# dependencies.
24 +# Set to a non-empty value in order to enable running autoreconf
25 +# in src_prepare() and adding autotools dependencies.
26 #
27 # The eclass will try to determine the correct autotools to run including a few
28 # external tools: gettext, glib-gettext, intltool, gtk-doc, gnome-doc-prepare.
29 @@ -270,7 +270,7 @@ remove_libtool_files() {
30
31 # @FUNCTION: autotools-utils_autoreconf
32 # @DESCRIPTION:
33 -# Reconfigure the sources (like gnome-doc-autogen.sh or eautoreconf).
34 +# Reconfigure the sources (like gnome-autogen.sh or eautoreconf).
35 autotools-utils_autoreconf() {
36 debug-print-function ${FUNCNAME} "$@"