summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-30 07:41:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-30 07:41:18 +0000
commitc5401e922ed4f5ca8c73d05988ccd539af1089c4 (patch)
treec2ddf08a5d3ade45e4f8d694a2ae747e4665e73a /m4
parentda54271e9598c9739d9a735498c3daa8437e983e (diff)
downloadcoreutils-c5401e922ed4f5ca8c73d05988ccd539af1089c4.tar.xz
* readutmp.m4 (gl_READUTMP): Restore requirement for gl_FUNC_FREE.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 4f6bc91e9..d20ae26ee 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,10 +1,9 @@
-2005-03-29 Paul Eggert <eggert@cs.ucla.edu>
+2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
* readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
Remove duplicate call to AC_LIBOBJ(readutmp).
- (gl_PREREQ_READUTMP): Remove. All uses removed. This module
- no longer relies on free (NULL) working.
+ (gl_PREREQ_READUTMP): Remove. All uses inlined.
2005-03-28 Eric Blake <ebb9@byu.net> (tiny change)