Mail Archives: djgpp/1998/06/09/11:03:14
On Fri, 5 Jun 1998, Blaine Hodge wrote:
> Eli Zaretskii wrote:
> >
> > configure scripts needs some tweaking before they run on DOS/Windows. In
> > particular, you need to set PATH_SEPARTOR=: and PATH_EXPAND=y before you
> > run the script. Another change is to replace "test -f prog" with "test
> > -x prog", since on DOS/Windows the file is actually prog.exe (test -x
> > knows that, but test -f doesn't).
>
> Where do these go exactly?
PATH_EXPAND and PATH_SEPARATOR go into the environment, and the test -x
thing goes into the configure script.
- Raw text -