X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=67311a508ddcac5ac869364be240f935efe55fd1;hb=1d9a0a33ef60f6b760d76637b658b3d38e5b5810;hp=2eafb121411112d50e038c091addd86a11bef9a6;hpb=58917bb2982d84f02258fc8f3e232d369c7f15e4;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 2eafb1214..67311a508 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-03-30 Jim Meyering * realloc.m4: Remove file, since now it does no more than @@ -7,7 +13,22 @@ 2004-03-30 Paul Eggert + Merge from coreutils. + * inttostr.m4: New file. + * getdate.m4 (gl_GETDATE): Remove time-related stuff. + Require AM_STDBOOL_H and gl_TIMESPEC instead. + Require gl_CLOCK_TIME. + * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE. + +2004-03-30 Jim Meyering + + Merge from coreutils. + + Avoid a configure-time warning about sys/ucred.h on OSF V4.0. + * ls-mntd-fs.m4: Test for sys/ucred.h separately, since + on some systems one must include before it. + Reported by Christian Krackowizer. 2004-03-29 Paul Eggert