aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Love2002-11-18 19:24:03 +0000
committerDave Love2002-11-18 19:24:03 +0000
commit0d6f37680ef51e91157aa92dc5bc84ff410813ac (patch)
treeef8de4c41e49242677be9e862dd21e59764cb0ce /ChangeLog
parentd824beee65d646dc9f090eb9d29c1caf7b6eb0df (diff)
downloademacs-0d6f37680ef51e91157aa92dc5bc84ff410813ac.tar.gz
emacs-0d6f37680ef51e91157aa92dc5bc84ff410813ac.zip
Use AC_GNU_SOURCE.
Test for bzero. (nlist.h): Move test up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 073eaa18bd0..2fac9ccb8a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
12002-11-15 Dave Love <fx@gnu.org> 12002-11-15 Dave Love <fx@gnu.org>
2 2
3 * configure.in: Tidy up various quoting issues throughout. 3 * configure.in: Tidy up various quoting issues throughout. Use
4 AC_GNU_SOURCE.
4 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include 5 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT. 6 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6 Maybe define bcopy, bzero, bcmp. 7 Maybe define bcopy, bzero, bcmp.
@@ -8,6 +9,7 @@
8 non-existent machine file). 9 non-existent machine file).
9 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for. 10 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
10 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. 11 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
12 (nlist.h): Move test up.
11 13
122002-11-18 Markus Rost <rost@math.ohio-state.edu> 142002-11-18 Markus Rost <rost@math.ohio-state.edu>
13 15