]> sourceware.org Git - automake.git/commitdiff
* m4/lispdir.m4: -batch must come before -q.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 3 Oct 1999 23:43:35 +0000 (23:43 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 3 Oct 1999 23:43:35 +0000 (23:43 +0000)
* elisp-comp: Likewise.
Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
* THANKS: Added Lars.

ChangeLog
THANKS
elisp-comp
lib/elisp-comp
m4/lispdir.m4

index e0c2d564d69e9b62b3b73827f5245936adebfe60..e362d098ab0956c49a6934d757c2f41b696212fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/THANKS b/THANKS
index ea1ae7201b2a58ea822b9729ab553508a538396f..5b9420100837e2139531193b152ca485228e3e42 100644 (file)
--- 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
index 96e4aa5848fb2a1accabc1e2ce1f68063081c980..01943d864b683a1e9043c5e3596bebe41fc82323 100755 (executable)
@@ -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 ..
index 96e4aa5848fb2a1accabc1e2ce1f68063081c980..01943d864b683a1e9043c5e3596bebe41fc82323 100755 (executable)
@@ -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 ..
index 3cc60a07d5988f824652d45f6dc65f511596ac90..cf9f2af30ed801d02d9fec53f7bc7b5faa110dde 100644 (file)
@@ -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
This page took 0.035363 seconds and 5 git commands to generate.