* mu4e/Makefile: allow configuring the lispdir
`lispdir` is no longer hardcoded in the Makefile. Users can set the desired `lispdir` at configure time, with `./configure --with-lispdir='...'`; or at install time with `make lispdir='...' install`. The default install path is the folder `mu4e/` inside whatever AM_PATH_LISP finds, which is probably what the original default intended. This change fixes #320.
This commit is contained in:
@ -21,8 +21,6 @@ SUBDIRS=
|
||||
info_TEXINFOS=mu4e.texi
|
||||
mu4e_TEXINFOS=fdl.texi
|
||||
|
||||
lispdir=${prefix}/share/emacs/site-lisp/mu4e/
|
||||
|
||||
dist_lisp_LISP= \
|
||||
mu4e-about.el \
|
||||
mu4e-actions.el \
|
||||
|
||||
Reference in New Issue
Block a user