浏览代码

Remove last lisp reference

Wichert Akkerman 25 年之前
父节点
当前提交
5a0682a00c
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 5 0
      ChangeLog
  2. 0 2
      configure.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Mon Apr 30 17:34:47 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * configure.in: remove last list reference.
+
 Mon Apr 30 10:04:36 CDT 2001 Adam Heath <doogie@debian.org>
 
   * lib/mlib.c: EAGAIN patch from 1.8 branch was not applied to HEAD.
@@ -17,6 +21,7 @@ Sun Apr 29 22:08:37 CDT 2001 Adam Heath <doogie@debian.org>
     run.  However, a -static.nondebbin.tar.gz file is created, in addition
     to the normal nondebbin.tar.gz.
 
+>>>>>>> 1.446
 Mon Apr 30 02:35:02 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * debian/control: update section and priorities to match the dinstall

+ 0 - 2
configure.in

@@ -117,8 +117,6 @@ AC_CHECK_PROG(RM,rm,rm -f)
 AC_CHECK_PROG(SED,sed,sed)
 AC_PROG_INSTALL
 AC_PATH_PROG(PERL,perl,/usr/bin/perl)
-dnl Default in case EMACS == no
-lispdir="\$(datadir)/emacs/site-lisp/"
 AC_MODE_T
 AC_PID_T
 AC_SIZE_T