Lisp option support



Michel Talon wrote:
> Raymond Toy wrote:
>
>   
>> I'm basically done with adding support to maxima to allow the user to
>> give options to the underlying Lisp.  The changes were fairly small
>>
>>     
>
> Fantastic! Thanks a lot.
>
>   
This is checked in now.  I only tested the lisp options with cmucl and
clisp, which appear to work.

The option -X (or --lisp-options).  It's up to the user to provide the
correct option and necessary shell quoting.

Hope I haven't broken other lisps, and I hope it's useful.

Still haven't figure out what to do with the licensing issue with
including getopt in binary distributions.  I embedded the license in
getopt.lisp, so that takes care of the issue for source distributions.

Ray