* elisp-comp: Likewise.
Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
* THANKS: Added Lars.
+1999-10-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * m4/lispdir.m4: -batch must come before -q.
+ * elisp-comp: Likewise.
+ Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
+ * THANKS: Added Lars.
+
1999-08-15 Tom Tromey <tromey@cygnus.com>
* automake.in (get_object_extension): Fixed quoting bug. Fixes
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
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 ..
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 ..
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