>>>>> "Vadim" == Vadim V Zhytnikov <vvzhy@mail.ru> writes:
Vadim> checking for a BSD-compatible install... /bin/install -c
Vadim> checking whether build environment is sane... yes
Vadim> checking for gawk... gawk
Vadim> checking whether make sets $(MAKE)... yes
Vadim> checking build system type... i686-pc-linux-gnu
Vadim> checking host system type... i686-pc-linux-gnu
Vadim> CMUCL_RUNTIME_PATH =
Vadim> /home/vadim/work/maxima/./.:/home/vadim/work/maxima/./../lib/cmucl/lib:/home/vadim/work/maxima/./../lib:/usr/lib/cmucl/lib:/usr/local/lib/cmucl/lib/../bin/lisp
Vadim> checking for lisp... true
Vadim> checking for lisp... (cached) true
Vadim> configure: error: cmucl runtime
Vadim> "/home/vadim/work/maxima/./.:/home/vadim/work/maxima/./../lib/cmucl/lib:/home/vadim/work/maxima/./../lib:/usr/lib/cmucl/lib:/usr/local/lib/cmucl/lib/../bin/lisp"
Vadim> is not an executable
The code for cmu19a should also work for cmucl 18e, which does the
right thing when *cmucl-lib* is a PATH-style list of directories.
I think *cmucl-lib* is a 18e and later thing, so I'll try to modify
the code to check for this instead of some fragile feature test.
Vadim> Can't we just use which for cmucl runtime?
Vadim> CMUCL_RUNTIME_PATH=`which lisp`
Because I run cmulisp, which is a shell script that runs the actual
lisp binary, which is in a place that's not usually on my path.
Ray