From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-34246-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1LWXem-0001pT-Mv
	for garchives@archives.gentoo.org; Mon, 09 Feb 2009 15:02:44 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1E16DE02A0;
	Mon,  9 Feb 2009 15:02:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id F1BEFE02A0
	for <gentoo-dev@lists.gentoo.org>; Mon,  9 Feb 2009 15:02:41 +0000 (UTC)
Received: from [192.168.2.5] (unknown [79.120.41.51])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTP id E8BDC64D7F
	for <gentoo-dev@lists.gentoo.org>; Mon,  9 Feb 2009 15:02:40 +0000 (UTC)
Subject: Re: [gentoo-dev] RFC: fox.eclass update
From: Peter Volkov <pva@gentoo.org>
To: gentoo-dev@lists.gentoo.org
In-Reply-To: <20090208215522.GA7352@pluto>
References: <20081012124139.GA3420@pluto> <20081013172038.GA23706@comet>
	 <20081013182842.GA4061@pluto> <200810141520.53873.bo.andresen@zlin.dk>
	 <20090208215522.GA7352@pluto>
Content-Type: text/plain; charset="UTF-8"
Date: Mon, 09 Feb 2009 18:01:50 +0300
Message-Id: <1234191710.13899.229.camel@localhost>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
X-Mailer: Evolution 2.24.4 
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: aa18ad50-3a85-4f54-b5e6-d29f94ef7f89
X-Archives-Hash: 880204dd2ab15363ec46068d81d1e2de

=D0=92 =D0=92=D1=81=D0=BA, 08/02/2009 =D0=B2 23:06 +0100, Matti Bickel =D0=
=BF=D0=B8=D1=88=D0=B5=D1=82:
> +# could probably be lower
> +WANT_AUTOCONF=3D"latest"
> +WANT_AUTOMAKE=3D"latest"

These are defaults. You don't need to specify them.

> +       eautomake || die "automake error"

eautomake dies on its own. You don't need || die here.

--=20
Peter.