Date: Tue, 9 Jun 1998 18:03:03 +0300 (IDT) From: Eli Zaretskii To: Blaine Hodge cc: djgpp AT delorie DOT com Subject: Re: Trouble with LFN In-Reply-To: <3577D6D9.F5813AE5@gpu.srv.ualberta.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.