X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=D5LV83expaF0Yrx2ybEyZ83DOtvx4ZAwmoqHWLWSTdI=; b=CxPFD58wox7GcROKQlU6mDz1w8dIG2SnnYC+rlq48bCgxdXs+UbM9JVl8TgGT4Q7OH igilRyR0AesKqp+kCuEJyN1y25Y83fn/blRDXttPzjfFtQFKPQzE2XQkjn0Hn6hgQ3IE 89hMFmZEFiKnyV9JMabuOeDaK0Pnfdal4uOyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fdnleFPngrpi4DXItLxpJkkN1badLUYcA8G8xexUa6Un9mMwB0EO8lEIYttUqJYx2/ g7+kzUMY+eVjo3ynds4eSN5Al89DVz2JPOWy8qPZ6LoAq/7TpjslZE+1KQL+5i/EHmJR QrgGan70iSKImUhRChwujC276t7lO721v/OUs= MIME-Version: 1.0 In-Reply-To: <20090909200323.GF1396@gmx.de> References: <93c172b50909091244p789bf2f2t7ca7575263686147 AT mail DOT gmail DOT com> <20090909200323 DOT GF1396 AT gmx DOT de> Date: Wed, 9 Sep 2009 15:48:59 -0500 Message-ID: <93c172b50909091348w24c6ef27l316ba6d2aade9e47@mail.gmail.com> Subject: Fwd: Autoconf and DJGPP From: Rugxulo To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Check it out: ---------- Forwarded message ---------- From: Ralf Wildenhues Date: Wed, Sep 9, 2009 at 3:03 PM Subject: Re: Autoconf and DJGPP To: Rugxulo Cc: bug-autoconf AT gnu DOT org * Rugxulo wrote on Wed, Sep 09, 2009 at 09:44:15PM CEST: > > I don't think that's necessary at this point. *NEW!* Andris Pavenis > seems to have fixed the bug (at least with 2.05b) via a small patch > (see below): > > http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=3Ddjgpp-workers/2= 009/09/09/03:35:08 Cool. =A0I have a patch set that will probably be ready this weekend, to work around the issue and a few others on DJGPP, in Autoconf. Even with the bug, you can use =A0AS_SET_STATUS([$ac_retval]) instead of '(return $ac_retval)' and still be efficient. =A0(Of course, only at the end of a function.) Cheers, Ralf