From 09375a6668ed359479c3ce436d8f1cebb01261e3 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 3 Oct 1999 23:43:35 +0000 Subject: [PATCH] * m4/lispdir.m4: -batch must come before -q. * elisp-comp: Likewise. Reported by Lars Hecking * THANKS: Added Lars. --- ChangeLog | 7 +++++++ THANKS | 1 + elisp-comp | 2 +- lib/elisp-comp | 2 +- m4/lispdir.m4 | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0c2d564d..e362d098a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-10-03 Alexandre Oliva + + * m4/lispdir.m4: -batch must come before -q. + * elisp-comp: Likewise. + Reported by Lars Hecking + * THANKS: Added Lars. + 1999-08-15 Tom Tromey * automake.in (get_object_extension): Fixed quoting bug. Fixes diff --git a/THANKS b/THANKS index ea1ae7201..5b9420100 100644 --- a/THANKS +++ b/THANKS @@ -60,6 +60,7 @@ Karl Heuer kwzh@gnu.org Kevin Dalley kevin@aimnet.com Kevin Street street@iname.com L. Peter Deutsch ghost@aladdin.com +Lars Hecking lhecking@nmrc.ucc.ie Maciej Stachowiak mstachow@mit.edu Maciej W. Rozycki macro@ds2.pg.gda.pl Manu Rouat emmanuel.rouat@wanadoo.fr diff --git a/elisp-comp b/elisp-comp index 96e4aa584..01943d864 100755 --- a/elisp-comp +++ b/elisp-comp @@ -41,7 +41,7 @@ else cd $tempdir echo "(setq load-path (cons nil load-path))" > script - $EMACS -q -batch -l script -f batch-byte-compile *.el + $EMACS -batch -q -l script -f batch-byte-compile *.el mv *.elc .. cd .. diff --git a/lib/elisp-comp b/lib/elisp-comp index 96e4aa584..01943d864 100755 --- a/lib/elisp-comp +++ b/lib/elisp-comp @@ -41,7 +41,7 @@ else cd $tempdir echo "(setq load-path (cons nil load-path))" > script - $EMACS -q -batch -l script -f batch-byte-compile *.el + $EMACS -batch -q -l script -f batch-byte-compile *.el mv *.elc .. cd .. diff --git a/m4/lispdir.m4 b/m4/lispdir.m4 index 3cc60a07d..cf9f2af30 100644 --- a/m4/lispdir.m4 +++ b/m4/lispdir.m4 @@ -14,7 +14,7 @@ AC_DEFUN(AM_PATH_LISPDIR, if test $EMACS != "no"; then if test x${lispdir+set} != xset; then AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl - am_cv_lispdir=`$EMACS -q -batch -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'` + am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'` if test -z "$am_cv_lispdir"; then am_cv_lispdir='${datadir}/emacs/site-lisp' fi -- 2.47.3