diff options
| author | Dave Love | 2002-11-18 19:24:03 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-18 19:24:03 +0000 |
| commit | 0d6f37680ef51e91157aa92dc5bc84ff410813ac (patch) | |
| tree | ef8de4c41e49242677be9e862dd21e59764cb0ce /ChangeLog | |
| parent | d824beee65d646dc9f090eb9d29c1caf7b6eb0df (diff) | |
| download | emacs-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | 2002-11-15 Dave Love <fx@gnu.org> | 1 | 2002-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 | ||
| 12 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 14 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 13 | 15 | ||