From: Ivan Maidanski Date: Wed, 28 Mar 2012 04:52:13 +0000 (+0400) Subject: Fix ChangeLog (regarding autoconf) X-Git-Tag: gc7_3alpha2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54ad002c0ad9cb9d78de723e5ce570a925002ef1;p=gc Fix ChangeLog (regarding autoconf) --- diff --git a/ChangeLog b/ChangeLog index 460f4ccb..e6be9609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,7 +72,7 @@ * Replace long GC_markers global variable with int GC_markers_m1. * Replace pointer relational comparisons with non-pointer ones. * Replace printf PRIxMAX specifier with '%p' for thread id debug output. -* Require automake 2.61 instead of v2.64. +* Require autoconf 2.61 instead of v2.64. * Simplify autogen.sh (use autoreconf). * Split GC_abort with GC_on_abort and abort() invoked from ABORT. * Support GC_ATTR_MALLOC for MS VisualStudio.