]> git.eshelyaron.com Git - emacs.git/commitdiff
Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
authorGlenn Morris <rgm@gnu.org>
Tue, 20 Feb 2007 04:08:17 +0000 (04:08 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 20 Feb 2007 04:08:17 +0000 (04:08 +0000)
(EMACS, EMACSOPT): New variables.
(blessmail): Use `--no-site-file' when compiling.

lib-src/Makefile.in

index bddabd364ada84e44647fa2145ad775cc902d449..e8427627dd8878411a3afde0e10f1a98a786de39 100644 (file)
 # inherited from the environment.
 SHELL = /bin/sh
 
+# Following ../lisp/Makefile.in.
+EMACS = ../src/emacs
+EMACSOPT = -batch --no-site-file --multibyte
+
 # ==================== Things `configure' will edit ====================
 
 CC=@CC@
@@ -279,7 +283,7 @@ vcdiff: $(srcdir)/vcdiff
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail:
-       ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
+       $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el
        chmod +x blessmail
 #endif