From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.devel Subject: Re: Latest 21.3 CVS and MS Windows Date: Thu, 06 Feb 2003 22:28:43 +0100 Organization: Hamme net, kren mer och nimmi Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4r7hm73o.fsf@hschmi22.userfqdn.rz-online.de> References: <9791-Thu06Feb2003213157+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044567789 31197 80.91.224.249 (6 Feb 2003 21:43:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 21:43:09 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gtnX-00086v-00 for ; Thu, 06 Feb 2003 22:43:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gtwm-0003iu-00 for ; Thu, 06 Feb 2003 22:52:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gtoP-0008PY-08 for emacs-devel@quimby.gnus.org; Thu, 06 Feb 2003 16:44:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gto5-0008MD-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 16:43:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gtmy-0007uW-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 16:42:32 -0500 Original-Received: from smtp.rhein-zeitung.de ([212.7.160.14]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gtl7-0007QS-00; Thu, 06 Feb 2003 16:40:37 -0500 Original-Received: from fsk-xp2 (pppin36.max-hochsimmer.rz-online.NET [212.7.169.36]) by smtp.rhein-zeitung.DE (8.12.7/8.12.7) with SMTP id h16LeUVq022960; Thu, 6 Feb 2003 22:40:30 +0100 Original-Received: from localhost (HELO FSK-XP2.Frank-Schmitt.net) [127.0.0.1] by fsk-xp2 (127.0.0.1) with ESMTP (Classic Hamster Version 2.0 Build 2.0.0.0) ; Thu, 06 Feb 2003 22:28:43 +0100 Original-To: Jason Rumney X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/},q-eztaJra1|?C+p$h\2XnK-HB"8_U (Jason Rumney's message of "06 Feb 2003 20:38:06 +0000") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) XEmacs/21.5 (brussels sprouts, i586-pc-win32) X-Posting-Agent: Hamster/2.0.0.0 Original-cc: Frank Schmitt X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11436 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11436 Jason Rumney writes: > Frank Schmitt writes: > >> makeinfo small-example.texi >> IF EXIST small-example.info ( >> del small-example.info >> set HAVE_MAKEINFO=1 >> ) ELSE ( >> echo Couldn't find Makeinfo, skipping creation of info files >> ) >> >> According to "help if" in Windows XP's cmd.exe this should work. However >> I don't know about the Win9x command.com. > > Multiline if's do not work in command.com. Multiline if's can be simulated by GOTOs: :testMakeinfo makeinfo small-example.texi IF NOT EXIST small-example.info GOTO noMakeinfo del small-example.info set HAVE_MAKEINFO=1 GOTO testMakeInfoEnd :noMakeinfo echo Couldn't find Makeinfo, skipping creation of info files :testMakeinfoEnd > We also need to cater for bash (although that is done elsewhere in the > code by using separate make rules). Sorry, what do you mean? -- One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie.