changeset 3986:a1218d7e6019

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 21 Nov 2002 08:43:55 +0000
parents f01511388a8f
children b2dd1757a9d4
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -2,6 +2,9 @@
 
 	Merge in changes from the coreutils.
 
+	* xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
+	and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
+
 	* mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
 	ones.  At least on GNU/Linux systems, `auto' means something else.
 	From Michael Stone.