Commit Katsumi Yamaoka's patch.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 12 Jul 2000 12:43:05 +0000 (12:43 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 12 Jul 2000 12:43:05 +0000 (12:43 +0000)
ChangeLog
aclocal.m4
lisp/ChangeLog
lisp/dgnushack.el

index d341591..ab45dca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * aclocal.m4 (AC_CHECK_W3): Fix typo.
+
 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * aclocal.m4: Stolen macros from w3.
index a7df500..2a7b8d0 100644 (file)
@@ -134,7 +134,7 @@ fi
 
 if test "${EMACS_cv_ACCEPTABLE_W3}" = "yes"; then
        AC_EMACS_LISP(w3_dir,(file-name-directory (locate-library \"w3-forms\")),"noecho")
-       EMACS_cv_ACCEPTABLE_W3=$EMACS_cv_SYS_w3_forms
+       EMACS_cv_ACCEPTABLE_W3=$EMACS_cv_SYS_w3_dir
 fi
 ])
    AC_ARG_WITH(w3,[  --with-w3=DIR           Specify where to find the w3 package], [ EMACS_cv_ACCEPTABLE_W3=`( cd $withval && pwd || echo "$withval" ) 2> /dev/null` ])
index d8fbe9e..cc6e338 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el (srcdir): Define it before use it.
+
 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-sum.el: `W t' is toggle-header in info.
index 2005ee2..f20cdf8 100644 (file)
@@ -31,6 +31,8 @@
 
 (require 'cl)
 
+(defvar srcdir (or (getenv "srcdir") "."))
+
 (push (or (getenv "lispdir") 
          "/usr/share/emacs/site-lisp")
       load-path)
 
 (require 'bytecomp)
 
-(defvar srcdir (or (getenv "srcdir") "."))
-
 (push srcdir load-path)
 ;(push "/usr/share/emacs/site-lisp" load-path)
 (load (expand-file-name "lpath.el" srcdir) nil t)