*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 08:43:55 +0000 (08:43 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 08:43:55 +0000 (08:43 +0000)
lib/ChangeLog

index 04f364d095c844b72accba7676c7526d90060b3b..3cb3742b9bbfa9ff60a2066cb1b040407f806ef7 100644 (file)
@@ -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.