From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Supporting parameters that include the = character in configure.bat Date: Thu, 14 Apr 2011 12:38:42 +0200 Message-ID: References: <83lizirrli.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302777583 19505 80.91.229.12 (14 Apr 2011 10:39:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2011 10:39:43 +0000 (UTC) Cc: Emacs-devel@gnu.org, Ben Key To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 12:39:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QAJxS-0004My-LT for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2011 12:39:30 +0200 Original-Received: from localhost ([::1]:40772 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAJxP-0004RL-KA for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2011 06:39:27 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAJxN-0004R5-EJ for Emacs-devel@gnu.org; Thu, 14 Apr 2011 06:39:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAJxM-0001X2-LN for Emacs-devel@gnu.org; Thu, 14 Apr 2011 06:39:25 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:46836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAJxL-0001Wq-41; Thu, 14 Apr 2011 06:39:23 -0400 Original-Received: by qwa26 with SMTP id 26so1150181qwa.0 for ; Thu, 14 Apr 2011 03:39:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=zJuSGRku0Zl3wpHeMfE2FHyl4OhYDlJMfhdYfl76cXE=; b=REQJQSme3gbokMlVP5pvCUcYvgpI+JER3prk7eozMuqbjzmjZE2F5r/wZa1zFbFNC/ gjtiOQGVIwJi0Lh1EOy6HFlZnRNbDSctkksDYWJTkPC+SHM/xpxgnmQ272YqEjh9lxh9 9ZmbmdmlkGhmewmh7/N3GkE5Y0SilyFizfhVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=TXoD2tp/2JGNxHUlcaxxAKIjCYxGcPxxJXWEwSHhv6BJmgPA2kTRc35f5I/b8VjWSg fm19Ivpz1pYeIuWmGhZN8KP9/1T01lV16pd/3YlPGz8QV2/eT9emRj46iZwLv5fVXHtb 6brvw1cM5Osr7NAqokLIAv0m5C8k4ike0eYog= Original-Received: by 10.229.46.67 with SMTP id i3mr333392qcf.234.1302777562108; Thu, 14 Apr 2011 03:39:22 -0700 (PDT) Original-Received: by 10.229.6.17 with HTTP; Thu, 14 Apr 2011 03:38:42 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138474 Archived-At: On Thu, Apr 14, 2011 at 07:11, Eli Zaretskii wrote: > You can also delete the parts of the > batch file which probe the environment for enough space, that problem > is also specific to command.com. And if you do that, you can remove this bit from nt/INSTALL: In addition, using 4NT or TCC as your shell is known to fail the build process, at least since 4NT version 3.01. because the last time I tried, the only thing that made 4NT/TCC fail was this line: if not "%$foo$%" =3D=3D "123456789_123456789_123456789_123456789_123" goto SmallEnv as a consecuence of %$ being an internal variable for 4NT (it means "all the remaining arguments"). =C2=A0 =C2=A0 Juanma