diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-31 07:44:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-31 07:44:02 +0000 |
commit | ebced306a5bd9fc15c7545b6d27c3366b04ab955 (patch) | |
tree | 2bdc7cd92a37b1e4ac3cf3248e0f8a481537da56 /m4/ChangeLog | |
parent | 6617b2ded8dc1a8b21141badc5e36e88cf104a2c (diff) | |
download | coreutils-ebced306a5bd9fc15c7545b6d27c3366b04ab955.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 5368e1f0a..30cc24bce 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,14 @@ +2004-03-31 Jim Meyering <jim@meyering.net> + + * 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 <eggert@twinsun.com> * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE. |