./configure --help in the root directory shows an --elispdir option, but it doesn't work:
$ ./configure honk --elispdir=elisp
executing /Library/Caches/Homebrew/clisp-2.49/honk/configure honk --elispdir=elisp
configure: error: unrecognized option: `--elispdir=elisp'
Try `configure --help' for more information.
It looks like it's just passing the options to src/configure, which doesn't have that option.
They both should probably instead recognize --with-lispdir, which seems more common especially in GNU software.
That terminal output was from when I was messing around with the directory argument, but it remains when I use
src:dear all, i think thath the problem is, thath src/configure do not need elispdir, only makemake/.in.
i suggest this patch:
Last edit: evoluisto 2016-08-21
./configure --helpin the root directory shows an--elispdiroption, but it doesn't work:Thanks for the report. This is fixed in the hg repository now.
They both should probably instead recognize
--with-lispdir, which seems more common especially in GNU software.This would be too confusing, because in the context of clisp, "lisp" means "Common Lisp" not "Emacs Lisp".