emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Supporting parameters that include the = character in configure.bat


From: Juanma Barranquero
Subject: Re: Supporting parameters that include the = character in configure.bat
Date: Thu, 14 Apr 2011 12:38:42 +0200

On Thu, Apr 14, 2011 at 07:11, Eli Zaretskii <address@hidden> 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$%" == "123456789_123456789_123456789_123456789_123"
goto SmallEnv

as a consecuence of %$ being an internal variable for 4NT (it means
"all the remaining arguments").

    Juanma



reply via email to

[Prev in Thread] Current Thread [Next in Thread]