comparison src/ChangeLog @ 2651:3580ae2ce979

[xemacs-hg @ 2005-03-11 11:18:44 by malcolmp] Upgrade from autoconf 2.13 to autoconf 2.59.
author malcolmp
date Fri, 11 Mar 2005 11:20:34 +0000
parents fc554bcc59e7
children c86fcce8b14b
comparison
equal deleted inserted replaced
2650:fc554bcc59e7 2651:3580ae2ce979
1 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
2
3 * config.h.in: Remove trailing comments, which autoconf 2.59 does
4 not like. Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead of
5 SYS_SIGLIST_DECLARED.
6 * syssignal.h: Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead
7 of SYS_SIGLIST_DECLARED.
8
1 2005-03-11 Marcus Crestani <crestani@informatik.uni-tuebingen.de> 9 2005-03-11 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2 10
3 * alloc.c (kkcc_backtrace): Fix C++ build: do typecasts correctly. 11 * alloc.c (kkcc_backtrace): Fix C++ build: do typecasts correctly.
4 12
5 2005-03-09 Marcus Crestani <crestani@informatik.uni-tuebingen.de> 13 2005-03-09 Marcus Crestani <crestani@informatik.uni-tuebingen.de>