Ludovic Courtès (2016-05-09 23:16 +0300) wrote: > Alex Kost <alez...@gmail.com> skribis: > >> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase >> to avoid adding "mu4e" sub-directory to 'lispdir' variable. > > [...] > >> + ;; By default, elisp code goes to "share/emacs/site-lisp/mu4e", >> + ;; so our Emacs package can't find it. Setting "--with-lispdir" > > Should be “--lispdir”, I think.
No, it is literally called “--with-lispdir”. Look at AM_PATH_LISPDIR in (info "(automake) Public Macros") -- Alex