* m4/lispdir.m4 (AM_PATH_LISPDIR): Always check for Emacs.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 21 Oct 2003 16:29:04 +0000 (16:29 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 21 Oct 2003 16:29:04 +0000 (16:29 +0000)
commit44784989cab68201bef7b36c6982ed15959f5f49
treee7503ec9bf92b94ec2c8405c9a17b6a4cade6396
parent7e5770f9f3f4d4291cb3e54d58396ef408503f7a
* m4/lispdir.m4 (AM_PATH_LISPDIR): Always check for Emacs.
Always define lispdir.
* lib/am/lisp.am (install-%DIR%LISP, uninstall-%DIR%LISP): Check
$(EMACS) to decide whether _LISP files must be installed,
not $(lispdir).
* doc/automake.texi (Emacs Lisp): Mention the two ways to install
non byte-compiled Emacs lisp files.
* tests/lisp4.test, tests/lisp5.test: Check "make install"
when EMACS=no.
Suggested by Simon Josefsson.
ChangeLog
NEWS
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/am/lisp.am
m4/lispdir.m4
tests/lisp4.test
tests/lisp5.test