Closed yasuhirokimura closed 1 year ago
Please allow ./configure && make bin && make install-bin
without Emacs.
Currently, Debian packages are built without Emacs on a clean build environemnt. (*.elc files are generated at installation time.)
Please allow
./configure && make bin && make install-bin
without Emacs.
You can achieve it with ./configure --without-emacs
.
@tats I'm OK with this change. What do you think?
You can achieve it with
./configure --without-emacs
.
Confirmed, acceptable for me.
@kazu-yamamoto please merge this if you agree.
Merged. Thank you for your contribution!
@yasuhirokimura We are going to release the next version. If you have something to merge, please speak up now.
@kazu-yamamoto Currently I have nothing to make pull request. Thanks for letting me know.
Make configure exit with error if Emacs is not found.