From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Supporting parameters that include the = character in configure.bat Date: Tue, 12 Apr 2011 05:48:00 +0300 Message-ID: <83lizgqj6n.fsf@gnu.org> References: <83lizirrli.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1302576590 14401 80.91.229.12 (12 Apr 2011 02:49:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2011 02:49:50 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 12 04:49:40 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from [140.186.70.17] (helo=lists.gnu.org) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9Tfe-00020n-5n for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2011 04:49:38 +0200 Original-Received: from localhost ([::1]:43134 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Tfd-0004QC-8G for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2011 22:49:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Tfa-0004Pn-M7 for Emacs-devel@gnu.org; Mon, 11 Apr 2011 22:49:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9TfZ-0002W9-Qx for Emacs-devel@gnu.org; Mon, 11 Apr 2011 22:49:34 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:35995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9TfZ-0002W1-Gx for Emacs-devel@gnu.org; Mon, 11 Apr 2011 22:49:33 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJI00L00QI1YE00@a-mtaout20.012.net.il> for Emacs-devel@gnu.org; Tue, 12 Apr 2011 05:49:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.31.148]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJI00LMAQIIHH90@a-mtaout20.012.net.il>; Tue, 12 Apr 2011 05:49:31 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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 X-Broken-Reverse-DNS: no host name found for IP address 140.186.70.17 Xref: news.gmane.org gmane.emacs.devel:138413 Archived-At: > From: Ben Key > Date: Mon, 11 Apr 2011 19:17:59 -0500 > Cc: Emacs-devel@gnu.org > > The cflags and ldflags arguments support parameters that include the = > character. However, since the = character is normally treated as a > separator character you will need to enclose any parameter that includes > the = character in quotes. For example, to include > -DSITELOAD_PURESIZE_EXTRA=100000 as one of the cflags you would run > configure.bat as follows: > configure.bat --cflags "-DSITELOAD_PURESIZE_EXTRA=100000" > > Note that this capability of processing parameters that include the = > character depend on command extensions. This batch file attempts to enable > command extensions. If command extensions cannot be enabled, a warning > message will be displayed. > > What is your opinion of these changes? If I should change the wording > simply send me the recommended changes. Sounds fine to me.