diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-10-03 23:43:35 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-10-03 23:43:35 +0000 |
commit | 09375a6668ed359479c3ce436d8f1cebb01261e3 (patch) | |
tree | 01864b97066f694b64e8badf68575154b0e7c670 /m4/lispdir.m4 | |
parent | 7394aa3c6976e32d18d0eb9646fc121d1db78c8e (diff) | |
download | automake-09375a6668ed359479c3ce436d8f1cebb01261e3.tar.gz |
* m4/lispdir.m4: -batch must come before -q.
* elisp-comp: Likewise.
Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
* THANKS: Added Lars.
Diffstat (limited to 'm4/lispdir.m4')
-rw-r--r-- | m4/lispdir.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |