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 21:31:05 +0100 Organization: Hamme net, kren mer och nimmi Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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 1044563497 9069 80.91.224.249 (6 Feb 2003 20:31:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 20:31:37 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gsfP-0002Gg-00 for ; Thu, 06 Feb 2003 21:30:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gsoc-0002zN-00 for ; Thu, 06 Feb 2003 21:40:10 +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 18gshE-0006uU-00 for emacs-devel@quimby.gnus.org; Thu, 06 Feb 2003 15:32:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gsgh-0006ss-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 15:31:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gsgf-0006s5-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 15:31:58 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gsgX-0006oC-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 15:31:49 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gseX-0002DG-00 for ; Thu, 06 Feb 2003 21:29:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gsdy-00029U-00 for ; Thu, 06 Feb 2003 21:29:10 +0100 Original-Lines: 23 Original-X-Complaints-To: usenet@main.gmane.org 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 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:11434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11434 "Eli Zaretskii" writes: > IIRC, this is not easy to do with stock Windows shells. They don't > have built-in commands and features to find out whether a program > exists. Well, you could say something like 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. -- 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.