For compiling hunchentoot into FRICASsys, of course, I must bring
configure.ac to tell me whether hunchentoot is available.
Unfortunately, I cannot simply say
echo "(require :asdf)(require :hunchentoot)" | sbcl
in order to figure out whether this works OK, since if it doesn't, then
I am stuck inside sbcl instead of just having a non-zero return value
from sbcl. Can someone help me with such a test.
Thank you
Ralf