kazu-yamamoto / Mew

Messaging in the Emacs World
http://www.mew.org/
Other
191 stars 51 forks source link

Make configure exit with error if Emacs is not found #178

Closed yasuhirokimura closed 1 year ago

yasuhirokimura commented 1 year ago

Make configure exit with error if Emacs is not found.

tats commented 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.)

yasuhirokimura commented 1 year ago

Please allow ./configure && make bin && make install-bin without Emacs.

You can achieve it with ./configure --without-emacs.

kazu-yamamoto commented 1 year ago

@tats I'm OK with this change. What do you think?

tats commented 1 year ago

You can achieve it with ./configure --without-emacs.

Confirmed, acceptable for me.

@kazu-yamamoto please merge this if you agree.

kazu-yamamoto commented 1 year ago

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.

yasuhirokimura commented 1 year ago

@kazu-yamamoto Currently I have nothing to make pull request. Thanks for letting me know.