Tomi Ollila <tomi.ollila at iki.fi> writes: > > ifeq ($(WITH_EMACS),1) > ifeq ($(HAVE_EMACS),1) > all: $(emacs_bytecode) > +install-emacs: $(emacs_bytecode) > endif >
It's a bit confusing that we have both HAVE_EMACS and WITH_EMACS. Should this be documented somewhere? Otherwise the patch seems sensible. See also the discussion at id:528B455A.70200 at iki.fi. d
