# HG changeset patch # User Dave Love # Date 1037647443 0 # Node ID a64a6e56b1b899b611421ec05c065ae3bc823a7d # Parent 4ed055ecca9ef25941dd7193a51922cbe7812f6a *** empty log message *** diff -r 4ed055ecca9e -r a64a6e56b1b8 ChangeLog --- a/ChangeLog Mon Nov 18 19:23:43 2002 +0000 +++ b/ChangeLog Mon Nov 18 19:24:03 2002 +0000 @@ -1,6 +1,7 @@ 2002-11-15 Dave Love - * configure.in: Tidy up various quoting issues throughout. + * configure.in: Tidy up various quoting issues throughout. Use + AC_GNU_SOURCE. (AH_BOTTOM): Fix #endif protecting config.h. Maybe include alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT. Maybe define bcopy, bzero, bcmp. @@ -8,6 +9,7 @@ non-existent machine file). (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for. (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. + (nlist.h): Move test up. 2002-11-18 Markus Rost