]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 31 Jul 2002 22:59:53 +0000 (22:59 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 Jul 2002 22:59:53 +0000 (22:59 +0000)
ChangeLog
src/ChangeLog

index 4ce38f106fd5a58d1e27ed92f298d15afc3edad0..194f2af7c2926f34d3f879e816d2eb518638e454 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-07-31  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (leim): Don't put PARALLEL in environment.
+       ($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New.
+       (install-arch-indep, install-arch-indep): Merge changes from
+       trunk.
+
+       * configure.in: Require autoconf 2.53.  Merge changes from trunk.
+       Test for sys/mman.h, sys/param.h
+       (AC_PROG_YACC): Deleted.
+       (AH_BOTTOM): Maybe include strings.h.
+
 2002-06-11  Dave Love  <fx@gnu.org>
 
        * configure.in: Check for pty.h.  Check for correct libungif.
index bbf18ef11f8d34071890bf25e7aa16f4e97445c1..2071b3507f7d35fde1bdd6ac90c9f69f7c9ed0c6 100644 (file)
@@ -1,3 +1,20 @@
+2002-07-31  Dave Love  <fx@gnu.org>
+
+       * config.in: Generated with autoheader.
+
+       * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
+
+       * m/sparc.h (HAVE_ALLOCA): Delete.
+
+       * s/irix6-5.h: Don't include strings.h.
+       (bcopy, bzero, bcmp): Don't undef.
+
+       * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
+
+       * s/usg5-4.h (NO_SIOCTL_H): Don't define.
+       (TIOCSIGSEND): Don't test IRIX6.
+       (bcopy, bzero, bcmp): Define conditionally.
+
 2002-07-31  Kenichi Handa  <handa@etl.go.jp>
 
        * buffer.c (Qas, Qmake, Qto): New variables.