bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] imported AC_LIBSOURCES, AC_LIBOBJ changes from coreutils to


From: Paul Eggert
Subject: [bug-gnulib] imported AC_LIBSOURCES, AC_LIBOBJ changes from coreutils to gnulib
Date: Mon, 21 Mar 2005 14:21:40 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

For many weeks I've been keeping track of the differences between
gnulib and coreutils .m4 files, which are due to the AC_LIBSOURCES and
AC_LIBOBJ issue that we discussed in the thread starting at
<http://lists.gnu.org/archive/html/bug-gnulib/2004-12/msg00021.html>.

This weekend I snapped.  It was too much of a pain to maintain the
fork, for the coreutils macros.  So I propagated the coreutils changes
into gnulib just now.  A patch is enclosed below.

As I recall, Bruno had some arguments against putting AC_LIBSOURCES in
everywhere, but Jim had some arguments for them as well.  For basic
use (e.g., coreutils, diffutils, tar) Jim's arguments are I think
stronger, but for more advanced use I think it may well be the other
way.  (At any rate, neither side convinced the other yet.  :-)

Perhaps there's a compromise that would make the behavior depend on
maintainer preference?  E.g., suppose gnulib macros invoke new macros
gl_LIBSOURCES and gl_LIBOBJ instead, where these macros default to
AC_LIBSOURCES and AC_LIBOBJ but can be redefined to be empty for
more-advanced projects.  I'm pretty sure this sort of thing would work
for Jim and me.  Would it work for others?

2005-03-21  Jim Meyering  <address@hidden>
       and  Paul Eggert  <address@hidden>

        * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4,
        m4/canon-host.m4, m4/canonicalize.m4, m4/cloexec.m4,
        m4/closeout.m4, m4/dirfd.m4, m4/dirname.m4, m4/exclude.m4,
        m4/exitfail.m4, m4/file-type.m4, m4/filemode.m4,
        m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4, m4/getdate.m4,
        m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
        m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4,
        m4/hash.m4, m4/human.m4, m4/idcache.m4, m4/inttostr.m4,
        m4/long-options.m4, m4/makepath.m4, m4/md5.m4,
        m4/memcasecmp.m4, m4/memcoll.m4, m4/modechange.m4,
        m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
        m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
        m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
        m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
        m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4,
        m4/strftime.m4, m4/strndup.m4, m4/strverscmp.m4,
        m4/timespec.m4, m4/unlocked-io.m4, m4/userspec.m4,
        m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4, m4/xnanosleep.m4,
        m4/xstrtol.m4, m4/yesno.m4:
        Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
        for these modules.

2005-03-21  Paul Eggert  <address@hidden>

        * modules/acl, modules/backupfile, modules/c-strtod,
        modules/c-strtold, modules/canon-host, modules/canonicalize,
        modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
        modules/exclude, modules/exitfail, modules/file-type,
        modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
        modules/getdate, modules/getline, modules/getpagesize,
        modules/getpass, modules/getugroups, modules/group-member,
        modules/hard-locale, modules/hash, modules/human, modules/idcache,
        modules/inttostr, modules/long-options, modules/makepath,
        modules/md5, modules/memcasecmp, modules/memcoll,
        modules/modechange, modules/mountlist, modules/path-concat,
        modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
        modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
        modules/safe-read, modules/safe-write, modules/same, modules/savedir,
        modules/settime, modules/sha1, modules/sig2str, modules/strdup,
        modules/strftime, modules/strndup, modules/strverscmp,
        modules/timespec, modules/unlocked-io, modules/userspec,
        modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
        modules/yesno:
        Remove lib_SOURCES line from Makefile.am section, as this is now
        done automatically by the corresponding Autoconf macro.

Index: m4/acl.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/acl.m4,v
retrieving revision 1.4
diff -p -u -r1.4 acl.m4
--- m4/acl.m4   23 Jan 2005 08:06:57 -0000      1.4
+++ m4/acl.m4   21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
 # acl.m4 - check for access control list (ACL) primitives
 
-# Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -9,6 +9,9 @@
 
 AC_DEFUN([AC_FUNC_ACL],
 [
+  AC_LIBSOURCES([acl.c, acl.h])
+  AC_LIBOBJ([acl])
+
   dnl Prerequisites of lib/acl.c.
   AC_CHECK_HEADERS(sys/acl.h)
   AC_CHECK_FUNCS(acl)
Index: m4/backupfile.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/backupfile.m4,v
retrieving revision 1.7
diff -p -u -r1.7 backupfile.m4
--- m4/backupfile.m4    23 Jan 2005 08:06:57 -0000      1.7
+++ m4/backupfile.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# backupfile.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# backupfile.m4 serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_BACKUPFILE],
 [
+  AC_LIBSOURCES([backupfile.c, backupfile.h])
+  AC_LIBOBJ([backupfile])
+
   dnl Prerequisites of lib/backupfile.c.
   AC_REQUIRE([AC_HEADER_DIRENT])
   AC_REQUIRE([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO])
Index: m4/c-strtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/c-strtod.m4,v
retrieving revision 1.3
diff -p -u -r1.3 c-strtod.m4
--- m4/c-strtod.m4      23 Jan 2005 08:06:57 -0000      1.3
+++ m4/c-strtod.m4      21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-# c-strtod.m4 serial 5
+# c-strtod.m4 serial 6
 
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -35,6 +35,9 @@ AC_DEFUN([gl_C99_STRTOLD],
 
 AC_DEFUN([gl_C_STRTOD],
 [
+  AC_LIBSOURCES([c-strtod.c, c-strtod.h])
+  AC_LIBOBJ([c-strtod])
+
   dnl Prerequisites of lib/c-strtod.c.
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
   :
@@ -42,6 +45,9 @@ AC_DEFUN([gl_C_STRTOD],
 
 AC_DEFUN([gl_C_STRTOLD],
 [
+  AC_LIBSOURCES([c-strtold.c, c-strtod.h])
+  AC_LIBOBJ([c-strtold])
+
   dnl Prerequisites of lib/c-strtold.c.
   AC_REQUIRE([gl_C_STRTOD])
   AC_REQUIRE([gl_C99_STRTOLD])
Index: m4/canon-host.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canon-host.m4,v
retrieving revision 1.6
diff -p -u -r1.6 canon-host.m4
--- m4/canon-host.m4    23 Jan 2005 08:06:57 -0000      1.6
+++ m4/canon-host.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# canon-host.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# canon-host.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_CANON_HOST],
 [
+  AC_LIBSOURCES([canon-host.c])
+  AC_LIBOBJ([canon-host])
+
   dnl Prerequisites of lib/canon-host.c.
   AC_CHECK_HEADERS_ONCE(unistd.h)
   AC_CHECK_HEADERS(netdb.h sys/socket.h netinet/in.h arpa/inet.h)
Index: m4/canonicalize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canonicalize.m4,v
retrieving revision 1.2
diff -p -u -r1.2 canonicalize.m4
--- m4/canonicalize.m4  23 Jan 2005 08:06:57 -0000      1.2
+++ m4/canonicalize.m4  21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-#serial 4
+#serial 6
 
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -9,6 +9,9 @@
 
 AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
   [
+    AC_LIBSOURCES([canonicalize.c, canonicalize.h, stat-macros.h])
+    AC_LIBOBJ([canonicalize])
+
     AC_REQUIRE([AC_HEADER_STDC])
     AC_CHECK_HEADERS(string.h sys/param.h stddef.h)
     AC_CHECK_FUNCS(resolvepath canonicalize_file_name)
Index: m4/cloexec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/cloexec.m4,v
retrieving revision 1.2
diff -p -u -r1.2 cloexec.m4
--- m4/cloexec.m4       23 Jan 2005 08:06:57 -0000      1.2
+++ m4/cloexec.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# cloexec.m4 serial 2
-dnl Copyright (C) 2004 Free Software Foundation, Inc.
+# cloexec.m4 serial 3
+dnl Copyright (C) 2004, 2005 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.
 
 AC_DEFUN([gl_CLOEXEC],
 [
+  AC_LIBSOURCES([cloexec.c, cloexec.h])
+  AC_LIBOBJ([cloexec])
+
   dnl Prerequisites of lib/cloexec.c.
   AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
 ])
Index: m4/closeout.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/closeout.m4,v
retrieving revision 1.3
diff -p -u -r1.3 closeout.m4
--- m4/closeout.m4      23 Jan 2005 08:06:57 -0000      1.3
+++ m4/closeout.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# closeout.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# closeout.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_CLOSEOUT],
 [
+  AC_LIBSOURCES([closeout.c, closeout.h])
+  AC_LIBOBJ([closeout])
+
   dnl Prerequisites of lib/closeout.c.
   :
 ])
Index: m4/dirfd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dirfd.m4,v
retrieving revision 1.17
diff -p -u -r1.17 dirfd.m4
--- m4/dirfd.m4 23 Jan 2005 08:06:57 -0000      1.17
+++ m4/dirfd.m4 21 Mar 2005 21:58:48 -0000
@@ -1,8 +1,8 @@
-#serial 9
+#serial 10
 
 dnl Find out how to get the file descriptor associated with an open DIR*.
 
-# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -11,6 +11,8 @@ dnl From Jim Meyering
 
 AC_DEFUN([gl_FUNC_DIRFD],
 [
+  AC_LIBSOURCES([dirfd.c, dirfd.h])
+
   dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57.
   AC_REQUIRE([AC_PROG_CPP])
   AC_REQUIRE([AC_PROG_EGREP])
Index: m4/dirname.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dirname.m4,v
retrieving revision 1.7
diff -p -u -r1.7 dirname.m4
--- m4/dirname.m4       23 Jan 2005 08:06:57 -0000      1.7
+++ m4/dirname.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# dirname.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# dirname.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_DIRNAME],
 [
+  AC_LIBSOURCES([dirname.c, dirname.h])
+  AC_LIBOBJ([dirname])
+
   dnl Prerequisites of lib/dirname.h.
   AC_REQUIRE([gl_AC_DOS])
 
Index: m4/exclude.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/exclude.m4,v
retrieving revision 1.5
diff -p -u -r1.5 exclude.m4
--- m4/exclude.m4       23 Jan 2005 08:06:57 -0000      1.5
+++ m4/exclude.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# exclude.m4 serial 4
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# exclude.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_EXCLUDE],
 [
+  AC_LIBSOURCES([exclude.c, exclude.h])
+  AC_LIBOBJ([exclude])
+
   dnl Prerequisites of lib/exclude.c.
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([AC_HEADER_STDC])
Index: m4/exitfail.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/exitfail.m4,v
retrieving revision 1.4
diff -p -u -r1.4 exitfail.m4
--- m4/exitfail.m4      23 Jan 2005 08:06:57 -0000      1.4
+++ m4/exitfail.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# exitfail.m4 serial 4
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# exitfail.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_EXITFAIL],
 [
+  AC_LIBSOURCES([exitfail.c, exitfail.h])
+  AC_LIBOBJ([exitfail])
+
   dnl No prerequisites of lib/exitfail.c.
   :
 ])
Index: m4/file-type.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/file-type.m4,v
retrieving revision 1.2
diff -p -u -r1.2 file-type.m4
--- m4/file-type.m4     23 Jan 2005 08:06:57 -0000      1.2
+++ m4/file-type.m4     21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# file-type.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# file-type.m4 serial 4
+dnl Copyright (C) 2002, 2005 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.
 
 AC_DEFUN([gl_FILE_TYPE],
 [
+  AC_LIBSOURCES([file-type.c, file-type.h, stat-macros.h])
+  AC_LIBOBJ([file-type])
+
   dnl Prerequisites of lib/file-type.h.
   AC_REQUIRE([AC_HEADER_STAT])
 ])
Index: m4/filemode.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/filemode.m4,v
retrieving revision 1.2
diff -p -u -r1.2 filemode.m4
--- m4/filemode.m4      23 Jan 2005 08:06:57 -0000      1.2
+++ m4/filemode.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# filemode.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# filemode.m4 serial 4
+dnl Copyright (C) 2002, 2005 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.
 
 AC_DEFUN([gl_FILEMODE],
 [
+  AC_LIBSOURCES([filemode.c, filemode.h, stat-macros.h])
+  AC_LIBOBJ([filemode])
+
   dnl Prerequisites of lib/filemode.c.
   AC_REQUIRE([AC_HEADER_STAT])
 ])
Index: m4/fpending.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fpending.m4,v
retrieving revision 1.11
diff -p -u -r1.11 fpending.m4
--- m4/fpending.m4      23 Jan 2005 08:06:57 -0000      1.11
+++ m4/fpending.m4      21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-#serial 5
+#serial 6
 
-# Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -15,6 +15,8 @@ dnl we have to grub around in the FILE s
 
 AC_DEFUN([gl_FUNC_FPENDING],
 [
+  AC_LIBSOURCES([__fpending.c, __fpending.h])
+
   AC_CHECK_HEADERS(stdio_ext.h)
   AC_REPLACE_FUNCS([__fpending])
   fp_headers='
Index: m4/fsusage.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fsusage.m4,v
retrieving revision 1.20
diff -p -u -r1.20 fsusage.m4
--- m4/fsusage.m4       23 Jan 2005 08:06:57 -0000      1.20
+++ m4/fsusage.m4       21 Mar 2005 21:58:48 -0000
@@ -1,7 +1,7 @@
-# fsusage.m4 serial 14
+# fsusage.m4 serial 15
 # Obtaining file system usage information.
 
-# Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004 Free Software
+# Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004, 2005 Free Software
 # Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -12,6 +12,8 @@
 
 AC_DEFUN([gl_FSUSAGE],
 [
+  AC_LIBSOURCES([fsusage.c, fsusage.h])
+
   AC_CHECK_HEADERS_ONCE(sys/param.h)
   AC_CHECK_HEADERS_ONCE(sys/vfs.h sys/fs_types.h)
   AC_CHECK_HEADERS(sys/mount.h, [], [],
Index: m4/getcwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getcwd.m4,v
retrieving revision 1.6
diff -p -u -r1.6 getcwd.m4
--- m4/getcwd.m4        23 Jan 2005 08:06:57 -0000      1.6
+++ m4/getcwd.m4        21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
 # getcwd.m4 - check for working getcwd that is compatible with glibc
 
-# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -9,6 +9,8 @@
 
 AC_DEFUN([gl_FUNC_GETCWD_NULL],
   [
+   AC_LIBSOURCES([getcwd.c, getcwd.h])
+
    AC_CHECK_HEADERS_ONCE(unistd.h)
    AC_CACHE_CHECK([whether getcwd (NULL, 0) allocates memory for result],
      [gl_cv_func_getcwd_null],
Index: m4/getdate.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getdate.m4,v
retrieving revision 1.6
diff -p -u -r1.6 getdate.m4
--- m4/getdate.m4       23 Jan 2005 08:06:57 -0000      1.6
+++ m4/getdate.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# getdate.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# getdate.m4 serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_GETDATE],
 [
+  AC_LIBSOURCES([getdate.h, getdate.y])
+  AC_LIBOBJ([getdate])
+
   dnl Prerequisites of lib/getdate.h.
   AC_REQUIRE([AM_STDBOOL_H])
   AC_REQUIRE([gl_TIMESPEC])
Index: m4/getline.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getline.m4,v
retrieving revision 1.14
diff -p -u -r1.14 getline.m4
--- m4/getline.m4       23 Jan 2005 08:06:57 -0000      1.14
+++ m4/getline.m4       21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-# getline.m4 serial 11
+# getline.m4 serial 12
 
-dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software
+dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 Free Software
 dnl Foundation, Inc.
 dnl
 dnl This file is free software; the Free Software Foundation
@@ -15,6 +15,8 @@ dnl have a function by that name in -lin
 dnl to do with the function we need.
 AC_DEFUN([AM_FUNC_GETLINE],
 [
+  AC_LIBSOURCES([getline.c, getline.h])
+
   dnl Persuade glibc <stdio.h> to declare getline() and getdelim().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/getpagesize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpagesize.m4,v
retrieving revision 1.3
diff -p -u -r1.3 getpagesize.m4
--- m4/getpagesize.m4   23 Jan 2005 08:06:57 -0000      1.3
+++ m4/getpagesize.m4   21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# getpagesize.m4 serial 3
-dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+# getpagesize.m4 serial 4
+dnl Copyright (C) 2002, 2004, 2005 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.
 
 AC_DEFUN([gl_GETPAGESIZE],
 [
+  AC_LIBSOURCES([getpagesize.h])
+
   dnl Prerequisites of lib/getpagesize.h.
   AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h)
   AC_CHECK_HEADERS(OS.h)
Index: m4/getpass.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpass.m4,v
retrieving revision 1.8
diff -p -u -r1.8 getpass.m4
--- m4/getpass.m4       23 Jan 2005 08:06:57 -0000      1.8
+++ m4/getpass.m4       21 Mar 2005 21:58:48 -0000
@@ -1,5 +1,5 @@
-# getpass.m4 serial 5
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# getpass.m4 serial 6
+dnl Copyright (C) 2002-2003, 2005 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.
@@ -18,6 +18,8 @@ AC_DEFUN([gl_FUNC_GETPASS],
 # arbitrary length (not just 8 bytes as on HP-UX).
 AC_DEFUN([gl_FUNC_GETPASS_GNU],
 [
+  AC_LIBSOURCES([getpass.c, getpass.h])
+
   AC_CHECK_DECLS_ONCE(getpass)
   dnl TODO: Detect when GNU getpass() is already found in glibc.
   AC_LIBOBJ(getpass)
Index: m4/getugroups.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getugroups.m4,v
retrieving revision 1.3
diff -p -u -r1.3 getugroups.m4
--- m4/getugroups.m4    23 Jan 2005 08:06:57 -0000      1.3
+++ m4/getugroups.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# getugroups.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# getugroups.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_GETUGROUPS],
 [
+  AC_LIBSOURCES([getugroups.c])
+  AC_LIBOBJ([getugroups])
+
   dnl Prerequisites of lib/getugroups.c.
   AC_CHECK_HEADERS_ONCE(unistd.h)
   AC_TYPE_GETGROUPS
Index: m4/group-member.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/group-member.m4,v
retrieving revision 1.8
diff -p -u -r1.8 group-member.m4
--- m4/group-member.m4  23 Jan 2005 08:06:57 -0000      1.8
+++ m4/group-member.m4  21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-#serial 7
+#serial 8
 
-# Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, 
Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -9,6 +9,8 @@ dnl Written by Jim Meyering
 
 AC_DEFUN([gl_FUNC_GROUP_MEMBER],
 [
+  AC_LIBSOURCES([group-member.c, group-member.h])
+
   dnl Persuade glibc <unistd.h> to declare group_member().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/hard-locale.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/hard-locale.m4,v
retrieving revision 1.4
diff -p -u -r1.4 hard-locale.m4
--- m4/hard-locale.m4   23 Jan 2005 08:06:57 -0000      1.4
+++ m4/hard-locale.m4   21 Mar 2005 21:58:48 -0000
@@ -1,8 +1,12 @@
-# hard-locale.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# hard-locale.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 dnl No prerequisites of lib/hard-locale.c.
-AC_DEFUN([gl_HARD_LOCALE], [:])
+AC_DEFUN([gl_HARD_LOCALE],
+[
+  AC_LIBSOURCES([hard-locale.c, hard-locale.h])
+  AC_LIBOBJ([hard-locale])
+])
Index: m4/hash.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/hash.m4,v
retrieving revision 1.4
diff -p -u -r1.4 hash.m4
--- m4/hash.m4  23 Jan 2005 08:06:57 -0000      1.4
+++ m4/hash.m4  21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# hash.m4 serial 4
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# hash.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_HASH],
 [
+  AC_LIBSOURCES([hash.c, hash.h])
+  AC_LIBOBJ([hash])
+
   dnl Prerequisites of lib/hash.c.
   AC_REQUIRE([AM_STDBOOL_H])
 ])
Index: m4/human.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/human.m4,v
retrieving revision 1.8
diff -p -u -r1.8 human.m4
--- m4/human.m4 23 Jan 2005 08:06:57 -0000      1.8
+++ m4/human.m4 21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# human.m4 serial 7
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+#serial 9
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_HUMAN],
 [
+  AC_LIBSOURCES([human.c, human.h, intprops.h])
+  AC_LIBOBJ([human])
+
   dnl Prerequisites of lib/human.h.
   AC_REQUIRE([AM_STDBOOL_H])
   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
Index: m4/idcache.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/idcache.m4,v
retrieving revision 1.3
diff -p -u -r1.3 idcache.m4
--- m4/idcache.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/idcache.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# idcache.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# idcache.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_IDCACHE],
 [
+  AC_LIBSOURCES([idcache.c])
+  AC_LIBOBJ([idcache])
+
   dnl Prerequisites of lib/idcache.c.
   AC_CHECK_HEADERS_ONCE(unistd.h)
 ])
Index: m4/inttostr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/inttostr.m4,v
retrieving revision 1.3
diff -p -u -r1.3 inttostr.m4
--- m4/inttostr.m4      23 Jan 2005 08:06:57 -0000      1.3
+++ m4/inttostr.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,22 @@
-# inttostr.m4 serial 3
-dnl Copyright (C) 2004 Free Software Foundation, Inc.
+#serial 5
+dnl Copyright (C) 2004, 2005 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.
 
 AC_DEFUN([gl_INTTOSTR],
 [
+  AC_LIBSOURCES([inttostr.c, inttostr.h, intprops.h])
+
+  dnl We don't technically need to list the following .c files, since their
+  dnl functions are named in the AC_LIBOBJ calls, but this is an unusual
+  dnl module and it seems a little clearer to do so.
+  AC_LIBSOURCES([imaxtostr.c, offtostr.c, umaxtostr.c])
+
+  AC_LIBOBJ([imaxtostr])
+  AC_LIBOBJ([offtostr])
+  AC_LIBOBJ([umaxtostr])
+
   gl_PREREQ_INTTOSTR
   gl_PREREQ_IMAXTOSTR
   gl_PREREQ_OFFTOSTR
Index: m4/long-options.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/long-options.m4,v
retrieving revision 1.3
diff -p -u -r1.3 long-options.m4
--- m4/long-options.m4  23 Jan 2005 08:06:57 -0000      1.3
+++ m4/long-options.m4  21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# long-options.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# long-options.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_LONG_OPTIONS],
 [
+  AC_LIBSOURCES([long-options.c, long-options.h])
+  AC_LIBOBJ([long-options])
+
   dnl Prerequisites of lib/long-options.c.
-  :
 ])
Index: m4/makepath.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/makepath.m4,v
retrieving revision 1.5
diff -p -u -r1.5 makepath.m4
--- m4/makepath.m4      23 Jan 2005 08:06:57 -0000      1.5
+++ m4/makepath.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# makepath.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# makepath.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_MAKEPATH],
 [
+  AC_LIBSOURCES([makepath.c, makepath.h, stat-macros.h])
+  AC_LIBOBJ([makepath])
+
   dnl Prerequisites of lib/makepath.c.
   AC_REQUIRE([AC_FUNC_ALLOCA])
   AC_CHECK_HEADERS_ONCE(unistd.h)
Index: m4/md5.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/md5.m4,v
retrieving revision 1.5
diff -p -u -r1.5 md5.m4
--- m4/md5.m4   23 Jan 2005 08:06:57 -0000      1.5
+++ m4/md5.m4   21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# md5.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# md5.m4 serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_MD5],
 [
+  AC_LIBSOURCES([md5.c, md5.h])
+  AC_LIBOBJ([md5])
+
   dnl Prerequisites of lib/md5.h.
   AC_REQUIRE([gl_AC_TYPE_UINT32_T])
 
Index: m4/memcasecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcasecmp.m4,v
retrieving revision 1.2
diff -p -u -r1.2 memcasecmp.m4
--- m4/memcasecmp.m4    23 Jan 2005 08:06:57 -0000      1.2
+++ m4/memcasecmp.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# memcasecmp.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+#serial 3
+dnl Copyright (C) 2005 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.
 
 AC_DEFUN([gl_MEMCASECMP],
 [
+  AC_LIBSOURCES([memcasecmp.c, memcasecmp.h])
+  AC_LIBOBJ([memcasecmp])
+
   dnl Prerequisites of lib/memcasecmp.c.
   AC_REQUIRE([AC_HEADER_STDC])
   AC_CHECK_FUNCS_ONCE(isascii)
Index: m4/memcoll.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcoll.m4,v
retrieving revision 1.4
diff -p -u -r1.4 memcoll.m4
--- m4/memcoll.m4       23 Jan 2005 08:06:57 -0000      1.4
+++ m4/memcoll.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# memcoll.m4 serial 4
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# memcoll.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_MEMCOLL],
 [
+  AC_LIBSOURCES([memcoll.c, memcoll.h])
+  AC_LIBOBJ([memcoll])
+
   dnl Prerequisites of lib/memcoll.c.
   AC_REQUIRE([AC_FUNC_MEMCMP])
   AC_FUNC_STRCOLL
Index: m4/modechange.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/modechange.m4,v
retrieving revision 1.3
diff -p -u -r1.3 modechange.m4
--- m4/modechange.m4    23 Jan 2005 08:06:57 -0000      1.3
+++ m4/modechange.m4    21 Mar 2005 21:58:48 -0000
@@ -1,10 +1,13 @@
-# modechange.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# modechange.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_MODECHANGE],
 [
+  AC_LIBSOURCES([modechange.c, modechange.h])
+  AC_LIBOBJ([modechange])
+
   AC_REQUIRE([AC_HEADER_STAT])
 ])
Index: m4/mountlist.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mountlist.m4,v
retrieving revision 1.6
diff -p -u -r1.6 mountlist.m4
--- m4/mountlist.m4     23 Jan 2005 08:06:57 -0000      1.6
+++ m4/mountlist.m4     21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# mountlist.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# mountlist.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_MOUNTLIST],
 [
+  AC_LIBSOURCES([mountlist.c, mountlist.h])
+
   gl_LIST_MOUNTED_FILE_SYSTEMS([gl_cv_list_mounted_fs=yes],
                               [gl_cv_list_mounted_fs=no])
   if test $gl_cv_list_mounted_fs = yes; then
Index: m4/nanosleep.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/nanosleep.m4,v
retrieving revision 1.18
diff -p -u -r1.18 nanosleep.m4
--- m4/nanosleep.m4     23 Jan 2005 08:06:57 -0000      1.18
+++ m4/nanosleep.m4     21 Mar 2005 21:58:48 -0000
@@ -1,17 +1,19 @@
-#serial 11
+#serial 12
 
 dnl From Jim Meyering.
 dnl Check for the nanosleep function.
 dnl If not found, use the supplied replacement.
 dnl
 
-# Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, 
Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_NANOSLEEP],
 [
+ AC_LIBSOURCES([nanosleep.c])
+
  nanosleep_save_libs=$LIBS
 
  # Solaris 2.5.1 needs -lposix4 to get the nanosleep function.
Index: m4/path-concat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/path-concat.m4,v
retrieving revision 1.6
diff -p -u -r1.6 path-concat.m4
--- m4/path-concat.m4   23 Jan 2005 08:06:57 -0000      1.6
+++ m4/path-concat.m4   21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# path-concat.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# path-concat.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_PATH_CONCAT],
 [
+  AC_LIBSOURCES([path-concat.c, path-concat.h])
+  AC_LIBOBJ([path-concat])
+
   dnl Prerequisites of lib/path-concat.c.
   AC_CHECK_FUNCS_ONCE(mempcpy)
 ])
Index: m4/pathmax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/pathmax.m4,v
retrieving revision 1.3
diff -p -u -r1.3 pathmax.m4
--- m4/pathmax.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/pathmax.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# pathmax.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# pathmax.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_PATHMAX],
 [
+  AC_LIBSOURCES([pathmax.h])
+
   dnl Prerequisites of lib/pathmax.h.
   AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h)
 ])
Index: m4/physmem.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/physmem.m4,v
retrieving revision 1.3
diff -p -u -r1.3 physmem.m4
--- m4/physmem.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/physmem.m4       21 Mar 2005 21:58:48 -0000
@@ -1,5 +1,5 @@
-# physmem.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# physmem.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
@@ -26,6 +26,9 @@ AC_DEFUN([gl_SYS__SYSTEM_CONFIGURATION],
 
 AC_DEFUN([gl_PHYSMEM],
 [
+  AC_LIBSOURCES([physmem.c, physmem.h])
+  AC_LIBOBJ([physmem])
+
   # Prerequisites of lib/physmem.c.
   AC_CHECK_HEADERS_ONCE(unistd.h)
   AC_CHECK_HEADERS([sys/pstat.h sys/sysmp.h sys/sysinfo.h \
Index: m4/posixtm.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixtm.m4,v
retrieving revision 1.3
diff -p -u -r1.3 posixtm.m4
--- m4/posixtm.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/posixtm.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# posixtm.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# posixtm.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_POSIXTM],
 [
+  AC_LIBSOURCES([posixtm.c, posixtm.h])
+  AC_LIBOBJ(posixtm)
+
   dnl Prerequisites of lib/posixtm.c.
   AC_STRUCT_TM
 ])
Index: m4/posixver.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixver.m4,v
retrieving revision 1.4
diff -p -u -r1.4 posixver.m4
--- m4/posixver.m4      23 Jan 2005 08:06:57 -0000      1.4
+++ m4/posixver.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# posixver.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# posixver.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_POSIXVER],
 [
+  AC_LIBSOURCES([posixver.c, posixver.h])
+  AC_LIBOBJ([posixver])
+
   AC_CHECK_HEADERS_ONCE(unistd.h)
   AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION])
 ])
Index: m4/quote.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quote.m4,v
retrieving revision 1.3
diff -p -u -r1.3 quote.m4
--- m4/quote.m4 23 Jan 2005 08:06:57 -0000      1.3
+++ m4/quote.m4 21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# quote.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# quote.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_QUOTE],
 [
+  AC_LIBSOURCES([quote.c, quote.h])
+  AC_LIBOBJ([quote])
+
   dnl Prerequisites of lib/quote.c.
   dnl (none)
 ])
Index: m4/quotearg.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quotearg.m4,v
retrieving revision 1.4
diff -p -u -r1.4 quotearg.m4
--- m4/quotearg.m4      23 Jan 2005 08:06:57 -0000      1.4
+++ m4/quotearg.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# quotearg.m4 serial 3
-dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+# quotearg.m4 serial 4
+dnl Copyright (C) 2002, 2004, 2005 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.
 
 AC_DEFUN([gl_QUOTEARG],
 [
+  AC_LIBSOURCES([quotearg.c, quotearg.h])
+  AC_LIBOBJ([quotearg])
+
   dnl Prerequisites of lib/quotearg.c.
   AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
   AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
Index: m4/readtokens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readtokens.m4,v
retrieving revision 1.3
diff -p -u -r1.3 readtokens.m4
--- m4/readtokens.m4    23 Jan 2005 08:06:57 -0000      1.3
+++ m4/readtokens.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# readtokens.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# readtokens.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_READTOKENS],
 [
+  AC_LIBSOURCES([readtokens.c, readtokens.h])
+  AC_LIBOBJ([readtokens])
+
   dnl Prerequisites of lib/readtokens.c.
   :
 ])
Index: m4/readutmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readutmp.m4,v
retrieving revision 1.7
diff -p -u -r1.7 readutmp.m4
--- m4/readutmp.m4      23 Jan 2005 08:06:57 -0000      1.7
+++ m4/readutmp.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# readutmp.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# readutmp.m4 serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_READUTMP],
 [
+  AC_LIBSOURCES([readutmp.c, readutmp.h])
+  AC_LIBOBJ([readutmp])
+
   dnl Prerequisites of lib/readutmp.h.
   AC_CHECK_HEADERS(utmp.h utmpx.h)
   AC_CHECK_FUNCS(utmpname utmpxname)
Index: m4/safe-read.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/safe-read.m4,v
retrieving revision 1.3
diff -p -u -r1.3 safe-read.m4
--- m4/safe-read.m4     18 Jan 2005 13:07:56 -0000      1.3
+++ m4/safe-read.m4     21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# safe-read.m4 serial 2
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# safe-read.m4 serial 3
+dnl Copyright (C) 2002-2003, 2005 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.
 
 AC_DEFUN([gl_SAFE_READ],
 [
+  AC_LIBSOURCES([safe-read.c, safe-read.h])
+  AC_LIBOBJ([safe-read])
+
   gl_PREREQ_SAFE_READ
 ])
 
Index: m4/safe-write.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/safe-write.m4,v
retrieving revision 1.2
diff -p -u -r1.2 safe-write.m4
--- m4/safe-write.m4    18 Jan 2005 13:07:56 -0000      1.2
+++ m4/safe-write.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# safe-write.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# safe-write.m4 serial 2
+dnl Copyright (C) 2002, 2005 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.
 
 AC_DEFUN([gl_SAFE_WRITE],
 [
+  AC_LIBSOURCES([safe-write.c, safe-write.h])
+  AC_LIBOBJ([safe-write])
+
   gl_PREREQ_SAFE_WRITE
 ])
 
Index: m4/same.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/same.m4,v
retrieving revision 1.4
diff -p -u -r1.4 same.m4
--- m4/same.m4  23 Jan 2005 08:06:57 -0000      1.4
+++ m4/same.m4  21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# same.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# same.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_SAME],
 [
+  AC_LIBSOURCES([same.c, same.h])
+  AC_LIBOBJ([same])
+
   dnl Prerequisites of lib/same.c.
   AC_CHECK_HEADERS_ONCE(unistd.h)
   AC_CHECK_FUNCS(pathconf)
Index: m4/savedir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/savedir.m4,v
retrieving revision 1.3
diff -p -u -r1.3 savedir.m4
--- m4/savedir.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/savedir.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# savedir.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# savedir.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_SAVEDIR],
 [
+  AC_LIBSOURCES([savedir.c, savedir.h])
+  AC_LIBOBJ([savedir])
+
   dnl Prerequisites of lib/savedir.c.
   AC_REQUIRE([AC_HEADER_DIRENT])
   AC_REQUIRE([AC_FUNC_CLOSEDIR_VOID])
Index: m4/settime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/settime.m4,v
retrieving revision 1.3
diff -p -u -r1.3 settime.m4
--- m4/settime.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/settime.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# settime.m4 serial 3
-dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+# settime.m4 serial 4
+dnl Copyright (C) 2002, 2004, 2005 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.
 
 AC_DEFUN([gl_SETTIME],
 [
+  AC_LIBSOURCES([settime.c])
+  AC_LIBOBJ([settime])
+
   dnl Prerequisites of lib/settime.c.
   AC_REQUIRE([gl_CLOCK_TIME])
   AC_REQUIRE([gl_TIMESPEC])
Index: m4/sha1.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sha1.m4,v
retrieving revision 1.2
diff -p -u -r1.2 sha1.m4
--- m4/sha1.m4  23 Jan 2005 08:06:57 -0000      1.2
+++ m4/sha1.m4  21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# sha1.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# sha1.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_SHA1],
 [
+  AC_LIBSOURCES([sha1.c, sha1.h])
+  AC_LIBOBJ([sha1])
+
   dnl Prerequisites of lib/sha1.c.
   AC_REQUIRE([AC_C_BIGENDIAN])
   :
Index: m4/sig2str.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sig2str.m4,v
retrieving revision 1.2
diff -p -u -r1.2 sig2str.m4
--- m4/sig2str.m4       23 Jan 2005 08:06:57 -0000      1.2
+++ m4/sig2str.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# sig2str.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+#serial 4
+dnl Copyright (C) 2002, 2005 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.
 
 AC_DEFUN([gl_FUNC_SIG2STR],
 [
+  AC_LIBSOURCES([sig2str.c, sig2str.h, intprops.h])
+
   AC_REPLACE_FUNCS(sig2str)
   if test $ac_cv_func_sig2str = no; then
     gl_PREREQ_SIG2STR
Index: m4/strdup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strdup.m4,v
retrieving revision 1.5
diff -p -u -r1.5 strdup.m4
--- m4/strdup.m4        23 Jan 2005 08:06:57 -0000      1.5
+++ m4/strdup.m4        21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# strdup.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# strdup.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_FUNC_STRDUP],
 [
+  AC_LIBSOURCES([strdup.c, strdup.h])
+
   AC_REPLACE_FUNCS(strdup)
   AC_CHECK_DECLS_ONCE(strdup)
   gl_PREREQ_STRDUP
Index: m4/strftime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strftime.m4,v
retrieving revision 1.32
diff -p -u -r1.32 strftime.m4
--- m4/strftime.m4      23 Jan 2005 08:06:57 -0000      1.32
+++ m4/strftime.m4      21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
 #serial 24
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -17,6 +17,9 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME],
 # These are the prerequisite macros for GNU's strftime.c replacement.
 AC_DEFUN([gl_FUNC_STRFTIME],
 [
+ AC_LIBSOURCES([strftime.c, strftime.h])
+ AC_LIBOBJ([strftime])
+
  # strftime.c uses the underyling system strftime if it exists.
  AC_REQUIRE([AC_FUNC_STRFTIME])
 
Index: m4/strndup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strndup.m4,v
retrieving revision 1.3
diff -p -u -r1.3 strndup.m4
--- m4/strndup.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/strndup.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# strndup.m4 serial 3
-dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# strndup.m4 serial 4
+dnl Copyright (C) 2002, 2003, 2005 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.
 
 AC_DEFUN([gl_FUNC_STRNDUP],
 [
+  AC_LIBSOURCES([strndup.c, strndup.h])
+
   dnl Persuade glibc <string.h> to declare strndup().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/strverscmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strverscmp.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strverscmp.m4
--- m4/strverscmp.m4    23 Jan 2005 08:06:57 -0000      1.2
+++ m4/strverscmp.m4    21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,13 @@
-# strverscmp.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# strverscmp.m4 serial 3
+dnl Copyright (C) 2002, 2005 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.
 
 AC_DEFUN([gl_FUNC_STRVERSCMP],
 [
+  AC_LIBSOURCES([strverscmp.c, strverscmp.h])
+
   dnl Persuade glibc <string.h> to declare strverscmp().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/timespec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/timespec.m4,v
retrieving revision 1.9
diff -p -u -r1.9 timespec.m4
--- m4/timespec.m4      23 Jan 2005 08:06:57 -0000      1.9
+++ m4/timespec.m4      21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-#serial 9
+#serial 10
 
-# Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -9,6 +9,8 @@ dnl From Jim Meyering
 
 AC_DEFUN([gl_TIMESPEC],
 [
+  AC_LIBSOURCES([timespec.h])
+
   dnl Prerequisites of lib/timespec.h.
   AC_REQUIRE([AC_HEADER_TIME])
   AC_CHECK_HEADERS_ONCE(sys/time.h)
Index: m4/unlocked-io.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unlocked-io.m4,v
retrieving revision 1.5
diff -p -u -r1.5 unlocked-io.m4
--- m4/unlocked-io.m4   23 Jan 2005 08:06:57 -0000      1.5
+++ m4/unlocked-io.m4   21 Mar 2005 21:58:48 -0000
@@ -1,6 +1,6 @@
-# unlocked-io.m4 serial 11
+# unlocked-io.m4 serial 12
 
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
 # Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -17,6 +17,8 @@ dnl on Solaris 2.6).
 
 AC_DEFUN([gl_FUNC_GLIBC_UNLOCKED_IO],
 [
+  AC_LIBSOURCES([unlocked-io.h])
+
   AC_DEFINE([USE_UNLOCKED_IO], 1,
     [Define to 1 if you want getc etc. to use unlocked I/O if available.
      Unlocked I/O can improve performance in unithreaded apps,
Index: m4/userspec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/userspec.m4,v
retrieving revision 1.6
diff -p -u -r1.6 userspec.m4
--- m4/userspec.m4      23 Jan 2005 08:06:57 -0000      1.6
+++ m4/userspec.m4      21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# userspec.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+#serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_USERSPEC],
 [
+  AC_LIBSOURCES([userspec.c, userspec.h, intprops.h])
+  AC_LIBOBJ([userspec])
+
   dnl Prerequisites of lib/userspec.c.
   AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h)
 ])
Index: m4/utimecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimecmp.m4,v
retrieving revision 1.2
diff -p -u -r1.2 utimecmp.m4
--- m4/utimecmp.m4      23 Jan 2005 08:06:57 -0000      1.2
+++ m4/utimecmp.m4      21 Mar 2005 21:58:48 -0000
@@ -1,10 +1,14 @@
-dnl Copyright (C) 2004 Free Software Foundation, Inc.
+#serial 1
+dnl Copyright (C) 2004, 2005 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.
 
 AC_DEFUN([gl_UTIMECMP],
 [
+  AC_LIBSOURCES([utimecmp.c, utimecmp.h, intprops.h])
+  AC_LIBOBJ([utimecmp])
+
   dnl Prerequisites of lib/utimecmp.c.
   AC_REQUIRE([gl_TIMESPEC])
   AC_REQUIRE([gl_FUNC_UTIMES])
Index: m4/utimens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimens.m4,v
retrieving revision 1.3
diff -p -u -r1.3 utimens.m4
--- m4/utimens.m4       23 Jan 2005 08:06:57 -0000      1.3
+++ m4/utimens.m4       21 Mar 2005 21:58:48 -0000
@@ -1,10 +1,13 @@
-dnl Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_UTIMENS],
 [
+  AC_LIBSOURCES([utimens.c, utimens.h])
+  AC_LIBOBJ([utimens])
+
   dnl Prerequisites of lib/utimens.c.
   AC_REQUIRE([gl_TIMESPEC])
   AC_REQUIRE([gl_FUNC_UTIMES])
Index: m4/xalloc.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xalloc.m4,v
retrieving revision 1.13
diff -p -u -r1.13 xalloc.m4
--- m4/xalloc.m4        23 Jan 2005 08:06:57 -0000      1.13
+++ m4/xalloc.m4        21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# xalloc.m4 serial 11
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# xalloc.m4 serial 12
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_XALLOC],
 [
+  AC_LIBSOURCES([xmalloc.c, xalloc.h])
+  AC_LIBOBJ([xmalloc])
+
   gl_PREREQ_XALLOC
   gl_PREREQ_XMALLOC
 ])
Index: m4/xnanosleep.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xnanosleep.m4,v
retrieving revision 1.2
diff -p -u -r1.2 xnanosleep.m4
--- m4/xnanosleep.m4    1 Mar 2005 17:25:10 -0000       1.2
+++ m4/xnanosleep.m4    21 Mar 2005 21:58:48 -0000
@@ -1,4 +1,4 @@
-# xnanosleep.m4 serial 2
+#serial 3
 dnl Copyright (C) 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,6 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_XNANOSLEEP],
 [
-  AC_LIBSOURCES([xnanosleep.c, xnanosleep.h])
+  AC_LIBSOURCES([xnanosleep.c, xnanosleep.h, intprops.h])
   AC_LIBOBJ([xnanosleep])
 ])
Index: m4/xstrtol.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtol.m4,v
retrieving revision 1.7
diff -p -u -r1.7 xstrtol.m4
--- m4/xstrtol.m4       23 Jan 2005 08:06:57 -0000      1.7
+++ m4/xstrtol.m4       21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,15 @@
-# xstrtol.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+#serial 7
+dnl Copyright (C) 2002, 2003, 2004, 2005 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.
 
 AC_DEFUN([gl_XSTRTOL],
 [
+  AC_LIBSOURCES([xstrtol.c, xstrtol.h, xstrtoul.c, intprops.h])
+  AC_LIBOBJ([xstrtol])
+  AC_LIBOBJ([xstrtoul])
+
   AC_REQUIRE([gl_PREREQ_XSTRTOL])
   AC_REQUIRE([gl_PREREQ_XSTRTOUL])
 ])
Index: m4/yesno.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/yesno.m4,v
retrieving revision 1.3
diff -p -u -r1.3 yesno.m4
--- m4/yesno.m4 23 Jan 2005 08:06:57 -0000      1.3
+++ m4/yesno.m4 21 Mar 2005 21:58:48 -0000
@@ -1,11 +1,14 @@
-# yesno.m4 serial 3
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# yesno.m4 serial 4
+dnl Copyright (C) 2002-2003, 2005 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.
 
 AC_DEFUN([gl_YESNO],
 [
+  AC_LIBSOURCES([yesno.c, yesno.h])
+  AC_LIBOBJ([yesno])
+
   dnl No prerequisites of lib/yesno.c.
   :
 ])
Index: modules/acl
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/acl,v
retrieving revision 1.4
diff -p -u -r1.4 acl
--- modules/acl 22 Sep 2004 15:11:04 -0000      1.4
+++ modules/acl 21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 AC_FUNC_ACL
 
 Makefile.am:
-lib_SOURCES += acl.h acl.c
 
 Include:
 "acl.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/backupfile
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/backupfile,v
retrieving revision 1.5
diff -p -u -r1.5 backupfile
--- modules/backupfile  22 Sep 2004 15:11:04 -0000      1.5
+++ modules/backupfile  21 Mar 2005 21:58:48 -0000
@@ -17,7 +17,6 @@ configure.ac:
 gl_BACKUPFILE
 
 Makefile.am:
-lib_SOURCES += backupfile.h backupfile.c
 
 Include:
 "backupfile.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/c-strtod
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtod,v
retrieving revision 1.3
diff -p -u -r1.3 c-strtod
--- modules/c-strtod    22 Sep 2004 15:11:04 -0000      1.3
+++ modules/c-strtod    21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c
 
 Include:
 "c-strtod.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/c-strtold
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtold,v
retrieving revision 1.3
diff -p -u -r1.3 c-strtold
--- modules/c-strtold   22 Sep 2004 15:11:04 -0000      1.3
+++ modules/c-strtold   21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_C_STRTOLD
 
 Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c c-strtold.c
 
 Include:
 "c-strtod.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/canon-host
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/canon-host,v
retrieving revision 1.5
diff -p -u -r1.5 canon-host
--- modules/canon-host  17 Nov 2004 07:18:27 -0000      1.5
+++ modules/canon-host  21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_CANON_HOST
 
 Makefile.am:
-lib_SOURCES += canon-host.c
 
 Include:
 
Index: modules/canonicalize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/canonicalize,v
retrieving revision 1.4
diff -p -u -r1.4 canonicalize
--- modules/canonicalize        23 Nov 2004 06:19:11 -0000      1.4
+++ modules/canonicalize        21 Mar 2005 21:58:48 -0000
@@ -18,7 +18,6 @@ configure.ac:
 AC_FUNC_CANONICALIZE_FILE_NAME
 
 Makefile.am:
-lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h
 
 Include:
 "canonicalize.h"
Index: modules/cloexec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/cloexec,v
retrieving revision 1.2
diff -p -u -r1.2 cloexec
--- modules/cloexec     22 Sep 2004 15:11:04 -0000      1.2
+++ modules/cloexec     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_CLOEXEC
 
 Makefile.am:
-lib_SOURCES += cloexec.c cloexec.h
 
 Include:
 "cloexec.h"
Index: modules/closeout
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/closeout,v
retrieving revision 1.9
diff -p -u -r1.9 closeout
--- modules/closeout    10 Jan 2005 15:42:34 -0000      1.9
+++ modules/closeout    21 Mar 2005 21:58:48 -0000
@@ -18,7 +18,6 @@ configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-lib_SOURCES += closeout.h closeout.c
 
 Include:
 "closeout.h"
Index: modules/dirfd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/dirfd,v
retrieving revision 1.5
diff -p -u -r1.5 dirfd
--- modules/dirfd       22 Sep 2004 15:11:04 -0000      1.5
+++ modules/dirfd       21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_DIRFD
 
 Makefile.am:
-lib_SOURCES += dirfd.h
 
 Include:
 "dirfd.h"
Index: modules/dirname
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/dirname,v
retrieving revision 1.4
diff -p -u -r1.4 dirname
--- modules/dirname     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/dirname     21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,7 @@ configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+lib_SOURCES += basename.c stripslash.c
 
 Include:
 "dirname.h"
@@ -26,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/exclude
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/exclude,v
retrieving revision 1.5
diff -p -u -r1.5 exclude
--- modules/exclude     4 Oct 2004 20:17:39 -0000       1.5
+++ modules/exclude     21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,6 @@ configure.ac:
 gl_EXCLUDE
 
 Makefile.am:
-lib_SOURCES += exclude.h exclude.c
 
 Include:
 "exclude.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
Index: modules/exitfail
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/exitfail,v
retrieving revision 1.5
diff -p -u -r1.5 exitfail
--- modules/exitfail    22 Sep 2004 15:11:04 -0000      1.5
+++ modules/exitfail    21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_EXITFAIL
 
 Makefile.am:
-lib_SOURCES += exitfail.h exitfail.c
 
 Include:
 "exitfail.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
Index: modules/file-type
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/file-type,v
retrieving revision 1.5
diff -p -u -r1.5 file-type
--- modules/file-type   22 Sep 2004 15:11:04 -0000      1.5
+++ modules/file-type   21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_FILE_TYPE
 
 Makefile.am:
-lib_SOURCES += file-type.h file-type.c stat-macros.h
 
 Include:
 "file-type.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/filemode
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/filemode,v
retrieving revision 1.5
diff -p -u -r1.5 filemode
--- modules/filemode    22 Sep 2004 15:11:04 -0000      1.5
+++ modules/filemode    21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
-lib_SOURCES += filemode.h filemode.c stat-macros.h
 
 Include:
 "filemode.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/fpending
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fpending,v
retrieving revision 1.5
diff -p -u -r1.5 fpending
--- modules/fpending    22 Sep 2004 15:11:04 -0000      1.5
+++ modules/fpending    21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_FPENDING
 
 Makefile.am:
-lib_SOURCES += __fpending.h
 
 Include:
 "__fpending.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/fsusage
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fsusage,v
retrieving revision 1.4
diff -p -u -r1.4 fsusage
--- modules/fsusage     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/fsusage     21 Mar 2005 21:58:48 -0000
@@ -17,7 +17,6 @@ configure.ac:
 gl_FSUSAGE
 
 Makefile.am:
-lib_SOURCES += fsusage.h
 
 Include:
 "fsusage.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/getcwd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getcwd,v
retrieving revision 1.4
diff -p -u -r1.4 getcwd
--- modules/getcwd      12 Dec 2004 23:19:21 -0000      1.4
+++ modules/getcwd      21 Mar 2005 21:58:48 -0000
@@ -15,7 +15,6 @@ configure.ac:
 gl_FUNC_GETCWD
 
 Makefile.am:
-lib_SOURCES += getcwd.h
 
 Include:
 "getcwd.h"
Index: modules/getdate
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getdate,v
retrieving revision 1.11
diff -p -u -r1.11 getdate
--- modules/getdate     24 Dec 2004 06:06:01 -0000      1.11
+++ modules/getdate     21 Mar 2005 21:58:48 -0000
@@ -21,7 +21,6 @@ configure.ac:
 gl_GETDATE
 
 Makefile.am:
-lib_SOURCES += getdate.h getdate.y
 BUILT_SOURCES += getdate.c
 MAINTAINERCLEANFILES += getdate.c
 
Index: modules/getline
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getline,v
retrieving revision 1.8
diff -p -u -r1.8 getline
--- modules/getline     4 Oct 2004 20:17:39 -0000       1.8
+++ modules/getline     21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,6 @@ configure.ac:
 AM_FUNC_GETLINE
 
 Makefile.am:
-lib_SOURCES += getline.h
 EXTRA_DIST += getndelim2.h getndelim2.c
 
 Include:
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 all
-
Index: modules/getpagesize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getpagesize,v
retrieving revision 1.4
diff -p -u -r1.4 getpagesize
--- modules/getpagesize 22 Sep 2004 15:11:04 -0000      1.4
+++ modules/getpagesize 21 Mar 2005 21:58:48 -0000
@@ -11,7 +11,6 @@ configure.ac:
 gl_GETPAGESIZE
 
 Makefile.am:
-lib_SOURCES += getpagesize.h
 
 Include:
 "getpagesize.h"
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/getpass
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getpass,v
retrieving revision 1.7
diff -p -u -r1.7 getpass
--- modules/getpass     4 Oct 2004 20:17:39 -0000       1.7
+++ modules/getpass     21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_FUNC_GETPASS
 
 Makefile.am:
-lib_SOURCES += getpass.h
 
 Include:
 "getpass.h"
@@ -24,4 +23,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
Index: modules/getugroups
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getugroups,v
retrieving revision 1.4
diff -p -u -r1.4 getugroups
--- modules/getugroups  22 Sep 2004 15:11:04 -0000      1.4
+++ modules/getugroups  21 Mar 2005 21:58:48 -0000
@@ -11,7 +11,6 @@ configure.ac:
 gl_GETUGROUPS
 
 Makefile.am:
-lib_SOURCES += getugroups.c
 
 Include:
 
@@ -20,4 +19,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/group-member
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/group-member,v
retrieving revision 1.6
diff -p -u -r1.6 group-member
--- modules/group-member        22 Sep 2004 15:11:04 -0000      1.6
+++ modules/group-member        21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_FUNC_GROUP_MEMBER
 
 Makefile.am:
-lib_SOURCES += group-member.h
 
 Include:
 "group-member.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/hard-locale
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/hard-locale,v
retrieving revision 1.5
diff -p -u -r1.5 hard-locale
--- modules/hard-locale 5 Dec 2004 06:52:12 -0000       1.5
+++ modules/hard-locale 21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_HARD_LOCALE
 
 Makefile.am:
-lib_SOURCES += hard-locale.h hard-locale.c
 
 Include:
 "hard-locale.h"
Index: modules/hash
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/hash,v
retrieving revision 1.7
diff -p -u -r1.7 hash
--- modules/hash        11 Nov 2004 09:29:44 -0000      1.7
+++ modules/hash        21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
Index: modules/human
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/human,v
retrieving revision 1.6
diff -p -u -r1.6 human
--- modules/human       9 Mar 2005 19:11:23 -0000       1.6
+++ modules/human       21 Mar 2005 21:58:48 -0000
@@ -23,7 +23,6 @@ configure.ac:
 gl_HUMAN
 
 Makefile.am:
-lib_SOURCES += human.h human.c
 
 Include:
 "human.h"
Index: modules/idcache
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/idcache,v
retrieving revision 1.4
diff -p -u -r1.4 idcache
--- modules/idcache     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/idcache     21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_IDCACHE
 
 Makefile.am:
-lib_SOURCES += idcache.c
 
 Include:
 
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/inttostr
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/inttostr,v
retrieving revision 1.5
diff -p -u -r1.5 inttostr
--- modules/inttostr    9 Mar 2005 19:11:23 -0000       1.5
+++ modules/inttostr    21 Mar 2005 21:58:48 -0000
@@ -20,7 +20,6 @@ gl_INTTOSTR
 
 Makefile.am:
 EXTRA_DIST += inttostr.c
-lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"
Index: modules/long-options
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/long-options,v
retrieving revision 1.4
diff -p -u -r1.4 long-options
--- modules/long-options        22 Sep 2004 15:11:04 -0000      1.4
+++ modules/long-options        21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_LONG_OPTIONS
 
 Makefile.am:
-lib_SOURCES += long-options.h long-options.c
 
 Include:
 "long-options.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/makepath
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/makepath,v
retrieving revision 1.5
diff -p -u -r1.5 makepath
--- modules/makepath    22 Sep 2004 15:11:04 -0000      1.5
+++ modules/makepath    21 Mar 2005 21:58:48 -0000
@@ -21,7 +21,6 @@ configure.ac:
 gl_MAKEPATH
 
 Makefile.am:
-lib_SOURCES += makepath.h makepath.c stat-macros.h
 
 Include:
 "makepath.h"
@@ -31,4 +30,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/md5
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/md5,v
retrieving revision 1.7
diff -p -u -r1.7 md5
--- modules/md5 4 Oct 2004 20:17:39 -0000       1.7
+++ modules/md5 21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_MD5
 
 Makefile.am:
-lib_SOURCES += md5.h md5.c
 
 Include:
 "md5.h"
@@ -23,4 +22,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
Index: modules/memcasecmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memcasecmp,v
retrieving revision 1.4
diff -p -u -r1.4 memcasecmp
--- modules/memcasecmp  22 Sep 2004 15:11:04 -0000      1.4
+++ modules/memcasecmp  21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_MEMCASECMP
 
 Makefile.am:
-lib_SOURCES += memcasecmp.h memcasecmp.c
 
 Include:
 "memcasecmp.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/memcoll
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memcoll,v
retrieving revision 1.4
diff -p -u -r1.4 memcoll
--- modules/memcoll     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/memcoll     21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_MEMCOLL
 
 Makefile.am:
-lib_SOURCES += memcoll.h memcoll.c
 
 Include:
 "memcoll.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/modechange
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/modechange,v
retrieving revision 1.4
diff -p -u -r1.4 modechange
--- modules/modechange  22 Sep 2004 15:11:04 -0000      1.4
+++ modules/modechange  21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_MODECHANGE
 
 Makefile.am:
-lib_SOURCES += modechange.h modechange.c
 
 Include:
 "modechange.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/mountlist
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/mountlist,v
retrieving revision 1.5
diff -p -u -r1.5 mountlist
--- modules/mountlist   4 Oct 2004 20:17:39 -0000       1.5
+++ modules/mountlist   21 Mar 2005 21:58:48 -0000
@@ -15,7 +15,6 @@ configure.ac:
 gl_MOUNTLIST
 
 Makefile.am:
-lib_SOURCES += mountlist.h
 
 Include:
 "mountlist.h"
@@ -25,4 +24,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/path-concat
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/path-concat,v
retrieving revision 1.5
diff -p -u -r1.5 path-concat
--- modules/path-concat 22 Sep 2004 15:11:04 -0000      1.5
+++ modules/path-concat 21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,6 @@ configure.ac:
 gl_PATH_CONCAT
 
 Makefile.am:
-lib_SOURCES += path-concat.h path-concat.c
 
 Include:
 "path-concat.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/pathmax
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/pathmax,v
retrieving revision 1.4
diff -p -u -r1.4 pathmax
--- modules/pathmax     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/pathmax     21 Mar 2005 21:58:48 -0000
@@ -11,7 +11,6 @@ configure.ac:
 gl_PATHMAX
 
 Makefile.am:
-lib_SOURCES += pathmax.h
 
 Include:
 "pathmax.h"
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/physmem
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/physmem,v
retrieving revision 1.4
diff -p -u -r1.4 physmem
--- modules/physmem     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/physmem     21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_PHYSMEM
 
 Makefile.am:
-lib_SOURCES += physmem.h physmem.c
 
 Include:
 "physmem.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/posixtm
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/posixtm,v
retrieving revision 1.6
diff -p -u -r1.6 posixtm
--- modules/posixtm     4 Oct 2004 20:17:39 -0000       1.6
+++ modules/posixtm     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_POSIXTM
 
 Makefile.am:
-lib_SOURCES += posixtm.h posixtm.c
 
 Include:
 "posixtm.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/posixver
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/posixver,v
retrieving revision 1.4
diff -p -u -r1.4 posixver
--- modules/posixver    22 Sep 2004 15:11:04 -0000      1.4
+++ modules/posixver    21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_POSIXVER
 
 Makefile.am:
-lib_SOURCES += posixver.h posixver.c
 
 Include:
 "posixver.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/quote
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/quote,v
retrieving revision 1.4
diff -p -u -r1.4 quote
--- modules/quote       22 Sep 2004 15:11:04 -0000      1.4
+++ modules/quote       21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_QUOTE
 
 Makefile.am:
-lib_SOURCES += quote.h quote.c
 
 Include:
 "quote.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
Index: modules/quotearg
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/quotearg,v
retrieving revision 1.4
diff -p -u -r1.4 quotearg
--- modules/quotearg    22 Sep 2004 15:11:04 -0000      1.4
+++ modules/quotearg    21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,6 @@ configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
-lib_SOURCES += quotearg.h quotearg.c
 
 Include:
 "quotearg.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
Index: modules/readtokens
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/readtokens,v
retrieving revision 1.5
diff -p -u -r1.5 readtokens
--- modules/readtokens  4 Oct 2004 20:17:39 -0000       1.5
+++ modules/readtokens  21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_READTOKENS
 
 Makefile.am:
-lib_SOURCES += readtokens.h readtokens.c
 
 Include:
 "readtokens.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/readutmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/readutmp,v
retrieving revision 1.5
diff -p -u -r1.5 readutmp
--- modules/readutmp    4 Oct 2004 20:17:39 -0000       1.5
+++ modules/readutmp    21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_READUTMP
 
 Makefile.am:
-lib_SOURCES += readutmp.h
 
 Include:
 "readutmp.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/safe-read
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/safe-read,v
retrieving revision 1.5
diff -p -u -r1.5 safe-read
--- modules/safe-read   22 Sep 2004 15:11:04 -0000      1.5
+++ modules/safe-read   21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAFE_READ
 
 Makefile.am:
-lib_SOURCES += safe-read.h safe-read.c
 
 Include:
 "safe-read.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering, Bruno Haible
-
Index: modules/safe-write
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/safe-write,v
retrieving revision 1.5
diff -p -u -r1.5 safe-write
--- modules/safe-write  11 Nov 2004 09:29:44 -0000      1.5
+++ modules/safe-write  21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAFE_WRITE
 
 Makefile.am:
-lib_SOURCES += safe-write.h safe-write.c
 
 Include:
 "safe-write.h"
Index: modules/same
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/same,v
retrieving revision 1.5
diff -p -u -r1.5 same
--- modules/same        22 Sep 2004 15:11:04 -0000      1.5
+++ modules/same        21 Mar 2005 21:58:48 -0000
@@ -17,7 +17,6 @@ configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/savedir
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/savedir,v
retrieving revision 1.4
diff -p -u -r1.4 savedir
--- modules/savedir     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/savedir     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAVEDIR
 
 Makefile.am:
-lib_SOURCES += savedir.h savedir.c
 
 Include:
 "savedir.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/settime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/settime,v
retrieving revision 1.4
diff -p -u -r1.4 settime
--- modules/settime     22 Sep 2004 15:11:04 -0000      1.4
+++ modules/settime     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_SETTIME
 
 Makefile.am:
-lib_SOURCES += settime.c
 
 Include:
 
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/sha1
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/sha1,v
retrieving revision 1.3
diff -p -u -r1.3 sha1
--- modules/sha1        4 Oct 2004 20:17:39 -0000       1.3
+++ modules/sha1        21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_SHA1
 
 Makefile.am:
-lib_SOURCES += sha1.h sha1.c
 
 Include:
 "sha1.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/sig2str
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/sig2str,v
retrieving revision 1.5
diff -p -u -r1.5 sig2str
--- modules/sig2str     9 Mar 2005 19:11:23 -0000       1.5
+++ modules/sig2str     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_FUNC_SIG2STR
 
 Makefile.am:
-lib_SOURCES += sig2str.h
 
 Include:
 "sig2str.h"
Index: modules/strdup
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strdup,v
retrieving revision 1.5
diff -p -u -r1.5 strdup
--- modules/strdup      22 Sep 2004 15:11:04 -0000      1.5
+++ modules/strdup      21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_STRDUP
 
 Makefile.am:
-lib_SOURCES += strdup.h
 
 Include:
 "strdup.h"
@@ -22,4 +21,3 @@ LGPL
 
 Maintainer:
 all, glibc
-
Index: modules/strftime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strftime,v
retrieving revision 1.11
diff -p -u -r1.11 strftime
--- modules/strftime    22 Sep 2004 15:11:04 -0000      1.11
+++ modules/strftime    21 Mar 2005 21:58:48 -0000
@@ -16,7 +16,6 @@ configure.ac:
 gl_FUNC_GNU_STRFTIME
 
 Makefile.am:
-lib_SOURCES += strftime.c strftime.h
 
 Include:
 "strftime.h"
@@ -26,4 +25,3 @@ LGPL
 
 Maintainer:
 glibc
-
Index: modules/strndup
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strndup,v
retrieving revision 1.6
diff -p -u -r1.6 strndup
--- modules/strndup     22 Sep 2004 15:11:04 -0000      1.6
+++ modules/strndup     21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_FUNC_STRNDUP
 
 Makefile.am:
-lib_SOURCES += strndup.h
 
 Include:
 "strndup.h"
@@ -23,4 +22,3 @@ LGPL
 
 Maintainer:
 glibc
-
Index: modules/strverscmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strverscmp,v
retrieving revision 1.4
diff -p -u -r1.4 strverscmp
--- modules/strverscmp  22 Sep 2004 15:11:04 -0000      1.4
+++ modules/strverscmp  21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_STRVERSCMP
 
 Makefile.am:
-lib_SOURCES += strverscmp.h
 
 Include:
 "strverscmp.h"
@@ -22,4 +21,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
Index: modules/timespec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/timespec,v
retrieving revision 1.5
diff -p -u -r1.5 timespec
--- modules/timespec    22 Sep 2004 15:11:04 -0000      1.5
+++ modules/timespec    21 Mar 2005 21:58:48 -0000
@@ -13,7 +13,6 @@ configure.ac:
 gl_TIMESPEC
 
 Makefile.am:
-lib_SOURCES += timespec.h
 
 Include:
 "timespec.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/unlocked-io
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/unlocked-io,v
retrieving revision 1.6
diff -p -u -r1.6 unlocked-io
--- modules/unlocked-io 22 Sep 2004 15:11:04 -0000      1.6
+++ modules/unlocked-io 21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_GLIBC_UNLOCKED_IO
 
 Makefile.am:
-lib_SOURCES += unlocked-io.h
 
 Include:
 "unlocked-io.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
Index: modules/userspec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/userspec,v
retrieving revision 1.9
diff -p -u -r1.9 userspec
--- modules/userspec    9 Mar 2005 19:11:23 -0000       1.9
+++ modules/userspec    21 Mar 2005 21:58:48 -0000
@@ -18,7 +18,6 @@ configure.ac:
 gl_USERSPEC
 
 Makefile.am:
-lib_SOURCES += userspec.c userspec.h
 
 Include:
 "userspec.h"
Index: modules/utimecmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/utimecmp,v
retrieving revision 1.3
diff -p -u -r1.3 utimecmp
--- modules/utimecmp    9 Mar 2005 19:11:23 -0000       1.3
+++ modules/utimecmp    21 Mar 2005 21:58:48 -0000
@@ -17,7 +17,6 @@ configure.ac:
 gl_UTIMECMP
 
 Makefile.am:
-lib_SOURCES += utimecmp.h utimecmp.c
 
 Include:
 "utimecmp.h"
Index: modules/utimens
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/utimens,v
retrieving revision 1.2
diff -p -u -r1.2 utimens
--- modules/utimens     22 Sep 2004 15:11:04 -0000      1.2
+++ modules/utimens     21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_UTIMENS
 
 Makefile.am:
-lib_SOURCES += utimens.h utimens.c
 
 Include:
 "utimens.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
Index: modules/xalloc
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xalloc,v
retrieving revision 1.14
diff -p -u -r1.14 xalloc
--- modules/xalloc      5 Oct 2004 06:45:52 -0000       1.14
+++ modules/xalloc      21 Mar 2005 21:58:48 -0000
@@ -12,7 +12,6 @@ configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c
 
 Include:
 "xalloc.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 all
-
Index: modules/xstrtol
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xstrtol,v
retrieving revision 1.8
diff -p -u -r1.8 xstrtol
--- modules/xstrtol     9 Mar 2005 19:11:23 -0000       1.8
+++ modules/xstrtol     21 Mar 2005 21:58:48 -0000
@@ -22,7 +22,6 @@ configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 
 Include:
 "xstrtol.h"
Index: modules/yesno
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/yesno,v
retrieving revision 1.7
diff -p -u -r1.7 yesno
--- modules/yesno       4 Oct 2004 20:17:39 -0000       1.7
+++ modules/yesno       21 Mar 2005 21:58:48 -0000
@@ -14,7 +14,6 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
-lib_SOURCES += yesno.c yesno.h
 
 Include:
 "yesno.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]