kazu-yamamoto / Mew

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

Fix make install-elisp fails with empty elispdir #166

Closed tats closed 1 year ago

tats commented 1 year ago

cf. https://groups.google.com/g/mew-ja/c/LBVxG5mo-1I/m/HWURPTpSBAAJ

Also, cd elisp && make fails to byte-compile because of empty EMACS. EMACS and elispdir should have the default value in elisp/Makefile if cd elisp && make is allowed.

Instead, you may integrate elisp/Makefile into Makefile, like install-etc.

kazu-yamamoto commented 1 year ago

I will merge this PR anyway and think the issue about capital letters later.

kazu-yamamoto commented 1 year ago

Merged. Thanks!

kazu-yamamoto commented 1 year ago

Our "configure.in" generates small letters. That's why.