* readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Mar 2005 05:20:57 +0000 (05:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Mar 2005 05:20:57 +0000 (05:20 +0000)
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.

m4/ChangeLog

index 5bdd43bb43afcfca3746edf55948ef086a5c336a..4f6bc91e936208db047f66b602b99d6f834871be 100644 (file)
@@ -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