cmucl runtime fix



On Tue, 2004-04-27 at 02:31, Vadim V. Zhytnikov wrote:

> I'm sorry but probably I failed to explain the problem clearly.
> If I configure maxima _without_ cmucl, say
>    ./configure --enable-gcl
> then I get wrong line in maxima script
>  > ./maxima -l cmucl
> ./maxima: line 119: /usr/lib/maxima/5.9.0.1cvs/binary-cmucl/: is a 
> directory
> ./maxima: line 119: exec: /usr/lib/maxima/5.9.0.1cvs/binary-cmucl/: 
> cannot execute: Success
> 
> I think that we need here some sane default
>    /usr/lib/maxima/5.9.0.1cvs/binary-cmucl/lisp
> instead of
>    /usr/lib/maxima/5.9.0.1cvs/binary-cmucl/
> 
> The latter is a directory.  Exec of directory wrong.

OK, we have (had) two problems. I'll try to fix this one, too.

--Jim