Configure failure on cygwin/clisp - with patch



On Sat, 2004-02-14 at 04:23, Billinghurst, David (CALCRTS) wrote:
> The recent configure changes don't quite work for cygwin/clisp.
> 
> The assumption is that the default clisp runtime is
>   *lib-directory*/base/lisp.run on unix,
>   *lib-directory*\\lisp.exe on windows
> but on cygwin it is 
>   *lib-directory*/base/lisp.exe
> 
> The following patch to configure.in does the job. I can commit it
> if it meets with your approval, ot test any alternative.

Sigh. Please commit. I was afraid this business of hunting for the clisp
executable would get ugly. I think the functionality is worth the
hassle, however.

I made sure that the user could specify the clisp executable location
from the configure script because I was afraid this sort of thing would
pop up.

Thanks,
Jim