From: Jim Meyering Date: Wed, 31 Mar 2004 07:44:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebced306a5bd9fc15c7545b6d27c3366b04ab955;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 5368e1f0a5..30cc24bce2 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,14 @@ +2004-03-31 Jim Meyering + + * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC. + Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC. + * xalloc.m4: Likewise. + + * realloc.m4: Remove file, since now it does no more than + AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via + the `configure.ac' section of module/realloc. + * malloc.m4: Likewise, but for AC_FUNC_MALLOC. + 2004-02-29 Paul Eggert * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.