From: Paul Eggert Date: Wed, 30 Mar 2005 05:20:57 +0000 (+0000) Subject: * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE. X-Git-Tag: CPPI-1_12~1149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c769533ecdb835e8f0e571b3fa2452a03bca39b9;p=thirdparty%2Fcoreutils.git * 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. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 5bdd43bb43..4f6bc91e93 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2005-03-29 Paul Eggert + + * 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 (tiny change) * getcwd-path-max.m4: Return success on systems such as Cygwin