Greetings,
I updated my CVS and I found that I am getting a make failure:
interfaces/emacs/imaxima/Makefile.am:16: required file
`interfaces/emacs/imaxima/mdate-sh' not found
This failure occurred even though I did a make clean before the CVS update,
and a ./configure afterwards. (However, I did not attempt to download a
clean copy of the archive.) I solved the problem by creating a zero-length
file,
touch interfaces/emacs/imaxima/mdate-sh
after which Maxima compiled cleanly with all four lisps I use
(GCL/CLISP/CMUCL/SBCL). Nontheless, if this issue happens on other people's
systems, too, it should probably be fixed in the makefile.
Viktor