unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Frank Schmitt <ich@Frank-Schmitt.net>
Subject: Re: Latest 21.3 CVS and MS Windows
Date: Thu, 06 Feb 2003 21:31:05 +0100	[thread overview]
Message-ID: <adh9m9rq.fsf@hschmi22.userfqdn.rz-online.de> (raw)
In-Reply-To: 9791-Thu06Feb2003213157+0200-eliz@is.elta.co.il

"Eli Zaretskii" <eliz@is.elta.co.il> 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.

  reply	other threads:[~2003-02-06 20:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-06  8:25 Latest 21.3 CVS and MS Windows Frank Schmitt
2003-02-06 10:01 ` Juanma Barranquero
2003-02-06 11:13   ` Juanma Barranquero
2003-02-06 18:18   ` Frank Schmitt
2003-02-06 18:50     ` Reiner Steib
2003-02-06 19:12       ` Luc Teirlinck
2003-02-06 19:31     ` Eli Zaretskii
2003-02-06 20:31       ` Frank Schmitt [this message]
2003-02-06 20:38         ` Jason Rumney
2003-02-06 21:28           ` Frank Schmitt
2003-02-06 23:51             ` Jason Rumney
2003-02-07  9:27               ` Frank Schmitt
2003-02-07 18:43                 ` Jason Rumney
2003-02-06 20:02     ` Jason Rumney
2003-02-07  7:37       ` Juanma Barranquero
2003-02-07 16:02       ` Eli Zaretskii
2003-02-07  9:16     ` Juanma Barranquero
2003-02-06 10:37 ` lawrence mitchell
2003-02-06 19:09   ` Eli Zaretskii
2003-02-06 20:25     ` Jason Rumney
2003-02-06 20:04   ` Jason Rumney
2003-02-06 19:49 ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=adh9m9rq.fsf@hschmi22.userfqdn.rz-online.de \
    --to=ich@frank-schmitt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).