From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgMXQ-0003oG-6q for garchives@archives.gentoo.org; Thu, 29 Dec 2011 20:25:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0077F21C12F; Thu, 29 Dec 2011 20:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C000421C12F for ; Thu, 29 Dec 2011 20:25:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 446BA1B4093 for ; Thu, 29 Dec 2011 20:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8870B80043 for ; Thu, 29 Dec 2011 20:25:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <007a7e90a92045ec45c18adce01e3f110f1aa1d7.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/ X-VCS-Repository: dev/mgorny X-VCS-Files: eclass/autotools-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 007a7e90a92045ec45c18adce01e3f110f1aa1d7 Date: Thu, 29 Dec 2011 20:25:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e0bb1c13-7a05-44a5-8d2b-5c7efdac8e8f X-Archives-Hash: d9132d80556d10e870d6a9f8226ccf7d commit: 007a7e90a92045ec45c18adce01e3f110f1aa1d7 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Dec 29 20:26:06 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Dec 29 20:26:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D007a7e90 Ling. --- eclass/autotools-utils.eclass | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclas= s index 54b7d6e..f2daa55 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -96,8 +96,8 @@ esac # @ECLASS-VARIABLE: AUTOTOOLS_AUTORECONF # @DEFAULT-UNSET # @DESCRIPTION: -# Set to enable running autoreconf in src_prepare() and adding autotools -# dependencies. +# Set to a non-empty value in order to enable running autoreconf +# in src_prepare() and adding autotools dependencies. # # The eclass will try to determine the correct autotools to run includin= g a few # external tools: gettext, glib-gettext, intltool, gtk-doc, gnome-doc-pr= epare. @@ -270,7 +270,7 @@ remove_libtool_files() { =20 # @FUNCTION: autotools-utils_autoreconf # @DESCRIPTION: -# Reconfigure the sources (like gnome-doc-autogen.sh or eautoreconf). +# Reconfigure the sources (like gnome-autogen.sh or eautoreconf). autotools-utils_autoreconf() { debug-print-function ${FUNCNAME} "$@" =20