* modules/readutmp (Maintainer): Add Paul Eggert.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jan 2006 22:02:14 +0000 (22:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jan 2006 22:02:14 +0000 (22:02 +0000)
* modules/strtok_r: Depend on module restrict.
* m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE. Use a
module dependency instead.

ChangeLog
m4/ChangeLog
m4/readutmp.m4
modules/readutmp
modules/strtok_r

index 634b4d8..4b19aa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
-2006-01-08  Bruno Haible  <bruno@clisp.org>
+2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/readutmp (Maintainer): Add myself.
+
+2006-01-10  Bruno Haible  <bruno@clisp.org>
 
        * modules/readutmp: Depend on module free.
+       * modules/strtok_r: Depend on module restrict.
 
 2006-01-10  Simon Josefsson  <jas@extundo.com>
 
 
 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
 
-        * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
+       * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
 
 2005-10-13  Simon Josefsson  <jas@extundo.com>
 
        * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
        * config/config.rpath: Upgrade to gettext-0.12.1.
 
-2003-05-22    <karl@gnu.org>
+2003-05-22  Karl Berry  <karl@gnu.org>
 
        * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
 
        * gnulib-tool (func_all_modules): Ignore files ending in ~.
        * MODULES.html.sh: Likewise.
 
-2003-01-09    <karl@gnu.org>
+2003-01-09  Karl Berry  <karl@gnu.org>
 
        * MODULES.html.sh: include `dirname $0` in PATH, to find
        gnulib-tool.
        (func_module): Make it work with sed-3.02.
        * MODULES.txt: Remove file.
 
-2003-01-01    <karl@gnu.org>
+2003-01-01  Karl Berry  <karl@gnu.org>
 
        * gnulib-tool (func_verify_module): report module name $module in
        error message, not $1.
index aba416d..ebc13ae 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-10  Bruno Haible  <bruno@clisp.org>
+
+       * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE. Use a
+       module dependency instead.
+
 2006-01-10  Jim Meyering  <jim@meyering.net>
 
        * fpending.m4: Also include <stdio.h>, for Dragonfly.
index ac413f6..57aa2dc 100644 (file)
@@ -1,5 +1,5 @@
-# readutmp.m4 serial 9
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# readutmp.m4 serial 10
+dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -11,7 +11,6 @@ AC_DEFUN([gl_READUTMP],
 
   dnl Prerequisites of lib/readutmp.h and lib/readutmp.c.
   AC_REQUIRE([AC_C_INLINE])
-  AC_REQUIRE([gl_FUNC_FREE])
   AC_CHECK_HEADERS_ONCE(utmp.h utmpx.h)
   AC_CHECK_FUNCS_ONCE(utmpname utmpxname)
   AC_CHECK_DECLS(getutent,,,[
index 48014ac..8c4f847 100644 (file)
@@ -23,4 +23,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Jim Meyering & Paul Eggert
index 32134ba..92aa8eb 100644 (file)
@@ -7,6 +7,7 @@ lib/strtok_r.h
 m4/strtok_r.m4
 
 Depends-on:
+restrict
 
 configure.ac:
 gl_FUNC_STRTOK_R