diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 11 08:42:36 2005 +0000
+++ b/src/ChangeLog	Fri Mar 11 11:20:34 2005 +0000
@@ -1,3 +1,11 @@
+2005-03-07  Malcolm Purvis  <malcolmp@xemacs.org>
+
+	* config.h.in: Remove trailing comments, which autoconf 2.59 does
+	not like.  Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead of
+	SYS_SIGLIST_DECLARED.
+	* syssignal.h: Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead
+	of SYS_SIGLIST_DECLARED.
+
 2005-03-11  Marcus Crestani  <crestani@informatik.uni-tuebingen.de>
 
 	* alloc.c (kkcc_backtrace): Fix C++ build: do typecasts correctly.