summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-30 05:20:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-30 05:20:57 +0000
commitc769533ecdb835e8f0e571b3fa2452a03bca39b9 (patch)
treee43478f55b9fc6a4632504145e5240acd341ec39 /m4/ChangeLog
parent36b0e994184f17129dfad7658ca5e5a0f00cc89c (diff)
downloadcoreutils-c769533ecdb835e8f0e571b3fa2452a03bca39b9.tar.xz
* 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.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 5bdd43bb4..4f6bc91e9 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-29 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.
+
2005-03-28 Eric Blake <ebb9@byu.net> (tiny change)
* getcwd-path-max.m4: Return success on systems such as Cygwin