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 1Rjesk-0005ew-Jt for garchives@archives.gentoo.org; Sat, 07 Jan 2012 22:36:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6065E21C03D; Sat, 7 Jan 2012 22:36:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3272621C03D for ; Sat, 7 Jan 2012 22:36:41 +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 B01611B400C for ; Sat, 7 Jan 2012 22:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7D6EC8004F for ; Sat, 7 Jan 2012 22:36:39 +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: 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: c2e449b082c81567396525af8c85b2d777ce8053 Date: Sat, 7 Jan 2012 22:36:39 +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: 3cc23300-1384-46de-b429-ecba3ad8206e X-Archives-Hash: 784397d808fd83b23cff8c30c4dd96fb commit: c2e449b082c81567396525af8c85b2d777ce8053 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Jan 6 21:58:46 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Jan 6 22:06:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dc2e449b0 Disallow eautomake from calling eautoreconf unnecessarily. As we're running the complete set of commands for autoreconf, it is completely unnecessary for eautomake to conditionally run that. Thus, we need to set FROM_EAUTORECONF. --- eclass/autotools-utils.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclas= s index 96b3372..87f8b4d 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -332,7 +332,7 @@ autotools-utils_autoreconf() { =20 eautoconf eautoheader - eautomake + FROM_EAUTORECONF=3Dyep eautomake =20 local x for x in $(autotools_get_subdirs); do