Re: [Maxima-commits] CVS: maxima configure.in,1.35,1.36
Subject: Re: [Maxima-commits] CVS: maxima configure.in,1.35,1.36
From: Raymond Toy
Date: Mon, 24 Nov 2003 12:54:20 -0500
>>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:
James> [CMUCL_NAME=${cmucl_default_name}])
James> +AC_ARG_WITH(cmucl-runtime,
James> + [ --with-cmucl-runtime=<path> Use cmucl runtime <path> (default
James> + *cmucl-lib*/../bin/lisp)],
James> + [cmucl=true
James> + CMUCL_RUNTIME_PATH="$withval"
James> + CMUCL_RUNTIME=`basename ${CMUCL_RUNTIME_PATH}`],
James> + [CMUCL_RUNTIME_PATH=`${CMUCL_NAME} -quiet -batch -eval '(format t "~a/../bin/lisp~%" common-lisp::*cmucl-lib*)(quit)'`
You might want to add -noinit and -nositeinit. Not sure.
But anyway, this doesn't work in current CVS versions because
*cmucl-lib* can be a list of directories, like $PATH.
I'll try to think of some way to get this information out.
Ray