summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-20 07:12:58 +0000
committerJim Meyering <jim@meyering.net>2002-07-20 07:12:58 +0000
commit2b6249f98c448513618f1c9b525253895cfe4b1d (patch)
treeb578f604c3bcafd3e15ef5971b8373d6a8b67ba3
parent6884ff795d3bbf87eec19c749e6bbf435ff761f3 (diff)
downloadcoreutils-FILEUTILS-4_1_10.tar.gz
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e7414e86a..7aa22528d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2002-07-20 Jim Meyering <meyering@lucent.com>
+ * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
+ and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
+
* gettext.h: Upgrade to gettext-0.11.3.
2002-07-13 Bruno Haible <bruno@clisp.org>