oreipg
Results
2
comments of
oreipg
Same issue here. Just update the autotools files: $ cd ${quicklisp-install-dir}/dists/quicklisp/software/scriptl-20180228-git/src/scriptlcom/ $ automake --add-missing $ autoreconf After that, `(ql:quickload 'scriptl)` should complete without erros.
* [Thu, Aug 23, 2018 at 07:05:32PM -0700] good-as-soma: >That fixed it, thanks! On a side note, did you have problems finding >the MAKE-COMMAND function? It doesn't seem to exist...