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 1RmB3P-0008FL-L7 for garchives@archives.gentoo.org; Sat, 14 Jan 2012 21:22:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7E5E0894; Sat, 14 Jan 2012 21:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C0CFE0894 for ; Sat, 14 Jan 2012 21:22:11 +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 00CE51B403B for ; Sat, 14 Jan 2012 21:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3B8CF80044 for ; Sat, 14 Jan 2012 21:22:10 +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: <732169c5e10551699370dd4c572a917a54795cbb.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: 732169c5e10551699370dd4c572a917a54795cbb Date: Sat, 14 Jan 2012 21:22:10 +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: e99289e6-125a-444c-ad79-f6e4eb47ac02 X-Archives-Hash: de895ab4a05a94e5d5325fbc8ded811f commit: 732169c5e10551699370dd4c572a917a54795cbb 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: Sun Jan 8 10:08:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D732169c5 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 e5ce908..b2d8c3e 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