bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use g


From: Paul Eggert
Subject: Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool
Date: Mon, 21 Aug 2006 14:52:32 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bruno Haible <address@hidden> writes:

> It's as simple as removing the AC_SOURCES lines and adding the files
> to lib_SOURCES or noinst_HEADERS or EXTRA_DIST.

Thanks.  I installed the following almost-but-not-quite-mechanical
change to do that for all the modules that Jim or I help maintain.

The error and obstack modules are a special case because Autoconf uses
AC_LIBSOURCES for them; I didn't address this problem.  Should we
override the Autoconf macros?

Also: Simon, would you object to similar changes for the following m4
files?  They're the only ones remaining that have the problem.

arcfour arctwo check-version crc des gc getdelim getline hmac-md5
hmac-sha1 md2 md4 read-file readline rijndael


Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnulib/gnulib/ChangeLog,v
retrieving revision 1.624
diff -p -u -r1.624 ChangeLog
--- ChangeLog   21 Aug 2006 18:49:51 -0000      1.624
+++ ChangeLog   21 Aug 2006 21:44:50 -0000
@@ -1,3 +1,104 @@
+2006-08-21  Paul Eggert  <address@hidden>
+
+       Avoid the need for AC_LIBSOURCES in m4 macros.
+       * modules/acl (EXTRA_DIST): Add acl.h.
+       * modules/argmatch (Files): Add m4/argmatch.m4.
+       (configure.ac): Add gl_ARGMATCH.
+       (EXTRA_DIST): Renamed from lib_SOURCES, for
+       consistency with the other modules.  Remove argmatch.c.
+       * modules/backupfile (EXTRA_DIST): Add backupfile.h.
+       * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
+       * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
+       * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
+       * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
+       * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
+       * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
+       * modules/cloexec (EXTRA_DIST): Add cloexec.h.
+       * modules/close-stream (EXTRA_DIST): Add close-stream.h.
+       * modules/closeout (EXTRA_DIST): Add closeout.h.
+       * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
+       * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
+       * modules/dirfd (EXTRA_DIST): Add dirfd.h.
+       * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
+       dirname.h; remove basename.c and stripslash.c.
+       * modules/exclude (EXTRA_DIST): Add exclude.h.
+       * modules/exitfail (EXTRA_DIST): Add exitfail.h.
+       * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
+       * modules/file-type (EXTRA_DIST): Add file-type.h.
+       * modules/filemode (EXTRA_DIST): Add filemode.h.
+       * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
+       * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
+       * modules/fpending (EXTRA_DIST): Add __fpending.h.
+       * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
+       * modules/fsusage (EXTRA_DIST): Add fsusage.h.
+       * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
+       * modules/getcwd (EXTRA_DIST): Add getcwd.h.
+       * modules/getdate (EXTRA_DIST): Add getdate.c.
+       * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
+       * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
+       * modules/getpass (EXTRA_DIST): Add getpass.h.
+       * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
+       * modules/group-member (EXTRA_DIST): Add group-member.h.
+       * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
+       * modules/hash (EXTRA_DIST): Add hash.h.
+       * modules/human (EXTRA_DIST): Add human.h.
+       * modules/inttypes (EXTRA_DIST): Add inttypes.h.
+       * modules/lchmod (EXTRA_DIST): Add lchmod.h.
+       * modules/lchown (EXTRA_DIST): Add lchown.h.
+       * modules/long-options (EXTRA_DIST): Add long-options.h.
+       * modules/lstat (EXTRA_DIST): Add lstat.h.
+       * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
+       * modules/memcoll (EXTRA_DIST): Add memcoll.h.
+       * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
+       * modules/memrchr (EXTRA_DIST): Add memrchr.h.
+       * modules/memxor (EXTRA_DIST): Add memxor.h.
+       * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
+       * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
+       * modules/mountlist (EXTRA_DIST): Add mountlist.h.
+       * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
+       * modules/pathmax (EXTRA_DIST): Add pathmax.h.
+       * modules/physmem (EXTRA_DIST): Add physmem.h.
+       * modules/posixtm (EXTRA_DIST): Add posixtm.h.
+       * modules/posixver (EXTRA_DIST): Add posixver.h.
+       * modules/quote (EXTRA_DIST): Add quote.h.
+       * modules/quotearg (EXTRA_DIST): Add quotearg.h.
+       * modules/readtokens (EXTRA_DIST): Add readtokens.h.
+       * modules/readutmp (EXTRA_DIST): Add readutmp.h.
+       * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c 
regex_internal.h regexec.c.
+       * modules/safe-read (EXTRA_DIST): Add safe-read.h.
+       * modules/safe-write (EXTRA_DIST): Add safe-write.h.
+       * modules/same (EXTRA_DIST): Add same.h.
+       * modules/same-inode (EXTRA_DIST): Add same-inode.h.
+       * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
+       * modules/savedir (EXTRA_DIST): Add savedir.h.
+       * modules/sha1 (EXTRA_DIST): Add sha1.h.
+       * modules/sig2str (EXTRA_DIST): Add sig2str.h.
+       * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
+       * modules/stat-time (EXTRA_DIST): Add stat-time.h.
+       * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
+       * modules/strdup (EXTRA_DIST): Add strdup.h.
+       * modules/strftime (EXTRA_DIST): Add strftime.h.
+       * modules/strndup (EXTRA_DIST): Add strndup.h.
+       * modules/strnlen (EXTRA_DIST): Add strnlen.h.
+       * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
+       * modules/time_r (EXTRA_DIST): Add time_r.h.
+       * modules/timespec (EXTRA_DIST): Add timespec.h.
+       * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
+       * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
+       * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
+       * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
+       * modules/userspec (EXTRA_DIST): Add userspec.h.
+       * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
+       * modules/utimens (EXTRA_DIST): Add utimens.h.
+       * modules/xalloc (EXTRA_DIST): Add xalloc.h.
+       * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
+       * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
+       * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
+       * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
+       * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
+       * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
+       * modules/yesno (EXTRA_DIST): Add yesno.h.
+
 2006-08-21  Bruno Haible <address@hidden>
 
        * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
Index: m4/ChangeLog
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/ChangeLog,v
retrieving revision 1.906
diff -p -u -r1.906 ChangeLog
--- m4/ChangeLog        21 Aug 2006 18:28:02 -0000      1.906
+++ m4/ChangeLog        21 Aug 2006 21:44:51 -0000
@@ -1,3 +1,101 @@
+2006-08-21  Paul Eggert  <address@hidden>
+
+       * argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
+       * dev-ino.m4, same-inode.m4: Remove.
+
+       * _inttypes_h.m4 (gl_INTTYPES_H):
+       * acl.m4 (AC_FUNC_ACL):
+       * backupfile.m4 (gl_BACKUPFILE):
+       * c-strtod.m4 (gl_C99_STRTOLD):
+       * canon-host.m4 (gl_CANON_HOST):
+       * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
+       * chdir-long.m4 (gl_FUNC_CHDIR_LONG):
+       * chdir-safer.m4 (gl_CHDIR_SAFER):
+       * cloexec.m4 (gl_CLOEXEC):
+       * close-stream.m4 (gl_CLOSE_STREAM):
+       * closeout.m4 (gl_CLOSEOUT):
+       * dirfd.m4 (gl_FUNC_DIRFD):
+       * dirname.m4 (gl_DIRNAME):
+       * exclude.m4 (gl_EXCLUDE):
+       * exitfail.m4 (gl_EXITFAIL):
+       * fcntl-safer.m4 (gl_FCNTL_SAFER):
+       * file-type.m4 (gl_FILE_TYPE):
+       * filemode.m4 (gl_FILEMODE):
+       * filenamecat.m4 (gl_FILE_NAME_CONCAT):
+       * fpending.m4 (gl_FUNC_FPENDING):
+       * fprintftime.m4 (gl_FPRINTFTIME):
+       * fts.m4 (gl_FUNC_FTS):
+       * getcwd.m4 (gl_FUNC_GETCWD_NULL):
+       * getdate.m4 (gl_GETDATE):
+       * gethrxtime.m4 (gl_GETHRXTIME):
+       * getpagesize.m4 (gl_GETPAGESIZE):
+       * getpass.m4 (gl_FUNC_GETPASS):
+       * gettime.m4 (gl_GETTIME):
+       * getugroups.m4 (gl_GETUGROUPS):
+       * glob.m4 (gl_GLOB_SUBSTITUTE):
+       * group-member.m4 (gl_FUNC_GROUP_MEMBER):
+       * hard-locale.m4 (gl_HARD_LOCALE):
+       * hash.m4 (gl_HASH):
+       * idcache.m4 (gl_IDCACHE):
+       * lchmod.m4 (gl_FUNC_LCHMOD):
+       * lchown.m4 (gl_FUNC_LCHOWN):
+       * long-options.m4 (gl_LONG_OPTIONS):
+       * lstat.m4 (gl_FUNC_LSTAT):
+       * md5.m4 (gl_MD5):
+       * memcasecmp.m4 (gl_MEMCASECMP):
+       * memcoll.m4 (gl_MEMCOLL):
+       * mempcpy.m4 (gl_FUNC_MEMPCPY):
+       * memrchr.m4 (gl_FUNC_MEMRCHR):
+       * memxor.m4 (gl_MEMXOR):
+       * mkancesdirs.m4 (gl_MKANCESDIRS):
+       * mkdir-p.m4 (gl_MKDIR_PARENTS):
+       * modechange.m4 (gl_MODECHANGE):
+       * mountlist.m4 (gl_MOUNTLIST):
+       * nanosleep.m4 (gl_FUNC_NANOSLEEP):
+       * openat.m4 (gl_FUNC_OPENAT):
+       * pathmax.m4 (gl_PATHMAX):
+       * physmem.m4 (gl_PHYSMEM):
+       * posixtm.m4 (gl_POSIXTM):
+       * posixver.m4 (gl_POSIXVER):
+       * quote.m4 (gl_QUOTE):
+       * quotearg.m4 (gl_QUOTEARG):
+       * readtokens.m4 (gl_READTOKENS):
+       * readutmp.m4 (gl_READUTMP):
+       * regex.m4 (gl_REGEX):
+       * safe-read.m4 (gl_SAFE_READ):
+       * safe-write.m4 (gl_SAFE_WRITE):
+       * same.m4 (gl_SAME):
+       * save-cwd.m4 (gl_SAVE_CWD):
+       * savedir.m4 (gl_SAVEDIR):
+       * settime.m4 (gl_SETTIME):
+       * sha1.m4 (gl_SHA1):
+       * sig2str.m4 (gl_FUNC_SIG2STR):
+       * stat-macros.m4 (gl_STAT_MACROS):
+       * stat-time.m4 (gl_STAT_TIME):
+       * stdio-safer.m4 (gl_FOPEN_SAFER):
+       * stdlib-safer.m4 (gl_STDLIB_SAFER):
+       * strdup.m4 (gl_FUNC_STRDUP):
+       * strftime.m4 (gl_FUNC_GNU_STRFTIME):
+       * strndup.m4 (gl_FUNC_STRNDUP):
+       * strnlen.m4 (gl_FUNC_STRNLEN):
+       * strverscmp.m4 (gl_FUNC_STRVERSCMP):
+       * time_r.m4 (gl_TIME_R):
+       * timespec.m4 (gl_TIMESPEC):
+       * unistd-safer.m4 (gl_UNISTD_SAFER):
+       * unlinkdir.m4 (gl_UNLINKDIR):
+       * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
+       * userspec.m4 (gl_USERSPEC):
+       * utimecmp.m4 (gl_UTIMECMP):
+       * utimens.m4 (gl_UTIMENS):
+       * xalloc.m4 (gl_XALLOC):
+       * xgetcwd.m4 (gl_XGETCWD):
+       * xnanosleep.m4 (gl_XNANOSLEEP):
+       * xreadlink.m4 (gl_XREADLINK):
+       * xstrtod.m4 (gl_XSTRTOD):
+       * yesno.m4 (gl_YESNO):
+       Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
+       to get the necessary .h files and whatnot.
+
 2006-08-19  Bruno Haible  <address@hidden>
 
        BeOS portability.
Index: m4/_inttypes_h.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/_inttypes_h.m4,v
retrieving revision 1.4
diff -p -u -r1.4 _inttypes_h.m4
--- m4/_inttypes_h.m4   6 Jul 2006 22:16:59 -0000       1.4
+++ m4/_inttypes_h.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# _inttypes_h.m4 serial 4
+# _inttypes_h.m4 serial 5
 dnl Copyright (C) 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,
@@ -8,7 +8,6 @@ dnl From Derek Price.
 
 AC_DEFUN([gl_INTTYPES_H],
 [AC_REQUIRE([gl_INCLUDE_NEXT])dnl
-AC_LIBSOURCES([inttypes.h])
 if test $gl_cv_have_include_next = no; then
   gl_ABSOLUTE_HEADER([inttypes.h])
 fi
Index: m4/acl.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/acl.m4,v
retrieving revision 1.6
diff -p -u -r1.6 acl.m4
--- m4/acl.m4   9 Jan 2006 23:13:57 -0000       1.6
+++ m4/acl.m4   21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,6 @@
 # acl.m4 - check for access control list (ACL) primitives
 
-# Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 2005, 2006 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,7 +9,6 @@
 
 AC_DEFUN([AC_FUNC_ACL],
 [
-  AC_LIBSOURCES([acl.c, acl.h])
   AC_LIBOBJ([acl])
 
   dnl Prerequisites of lib/acl.c.
Index: m4/backupfile.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/backupfile.m4,v
retrieving revision 1.12
diff -p -u -r1.12 backupfile.m4
--- m4/backupfile.m4    11 Jul 2006 06:02:51 -0000      1.12
+++ m4/backupfile.m4    21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# backupfile.m4 serial 11
+# backupfile.m4 serial 12
 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_BACKUPFILE],
 [
-  AC_LIBSOURCES([backupfile.c, backupfile.h])
   AC_LIBOBJ([backupfile])
 
   dnl Prerequisites of lib/backupfile.c.
Index: m4/c-strtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/c-strtod.m4,v
retrieving revision 1.6
diff -p -u -r1.6 c-strtod.m4
--- m4/c-strtod.m4      3 Jul 2006 08:32:46 -0000       1.6
+++ m4/c-strtod.m4      21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# c-strtod.m4 serial 8
+# c-strtod.m4 serial 9
 
 # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -35,7 +35,6 @@ 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.
@@ -45,7 +44,6 @@ AC_DEFUN([gl_C_STRTOD],
 
 AC_DEFUN([gl_C_STRTOLD],
 [
-  AC_LIBSOURCES([c-strtod.c, c-strtold.c, c-strtod.h])
   AC_LIBOBJ([c-strtold])
 
   dnl Prerequisites of lib/c-strtold.c.
Index: m4/canon-host.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canon-host.m4,v
retrieving revision 1.8
diff -p -u -r1.8 canon-host.m4
--- m4/canon-host.m4    13 Sep 2005 04:15:15 -0000      1.8
+++ m4/canon-host.m4    21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# canon-host.m4 serial 7
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# canon-host.m4 serial 8
+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.
 
 AC_DEFUN([gl_CANON_HOST],
 [
-  AC_LIBSOURCES([canon-host.c, canon-host.h])
   AC_LIBOBJ([canon-host])
   gl_PREREQ_CANON_HOST
 ])
Index: m4/canonicalize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canonicalize.m4,v
retrieving revision 1.6
diff -p -u -r1.6 canonicalize.m4
--- m4/canonicalize.m4  23 Sep 2005 04:15:13 -0000      1.6
+++ m4/canonicalize.m4  21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10
 
 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -9,7 +9,6 @@
 
 AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
   [
-    AC_LIBSOURCES([canonicalize.c, canonicalize.h])
     AC_LIBOBJ([canonicalize])
 
     AC_CHECK_HEADERS(sys/param.h)
Index: m4/chdir-long.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/chdir-long.m4,v
retrieving revision 1.4
diff -p -u -r1.4 chdir-long.m4
--- m4/chdir-long.m4    30 Oct 2005 23:06:58 -0000      1.4
+++ m4/chdir-long.m4    21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 
 # Use Gnulib's robust chdir function.
 # It can handle arbitrarily long directory names, which means
@@ -6,7 +6,7 @@
 # never fails with ENAMETOOLONG.
 # Arrange to compile chdir-long.c only on systems that define PATH_MAX.
 
-dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 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.
@@ -15,7 +15,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_FUNC_CHDIR_LONG],
 [
-  AC_LIBSOURCES([chdir-long.c, chdir-long.h])
   AC_CACHE_CHECK([whether this system has an arbitrary file name length limit],
     gl_have_arbitrary_file_name_length_limit,
     [AC_EGREP_CPP([have_arbitrary_file_name_length_limit],
Index: m4/chdir-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/chdir-safer.m4,v
retrieving revision 1.2
diff -p -u -r1.2 chdir-safer.m4
--- m4/chdir-safer.m4   3 Jul 2006 08:32:46 -0000       1.2
+++ m4/chdir-safer.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 2
+#serial 3
 dnl Copyright (C) 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,
@@ -6,6 +6,5 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_CHDIR_SAFER],
 [
-  AC_LIBSOURCES([chdir-safer.c, chdir-safer.h, same-inode.h])
   AC_LIBOBJ([chdir-safer])
 ])
Index: m4/cloexec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/cloexec.m4,v
retrieving revision 1.5
diff -p -u -r1.5 cloexec.m4
--- m4/cloexec.m4       23 Sep 2005 04:15:13 -0000      1.5
+++ m4/cloexec.m4       21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-#serial 5
-dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+#serial 6
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_CLOEXEC],
 [
-  AC_LIBSOURCES([cloexec.c, cloexec.h])
   AC_LIBOBJ([cloexec])
 ])
Index: m4/close-stream.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/close-stream.m4,v
retrieving revision 1.1
diff -p -u -r1.1 close-stream.m4
--- m4/close-stream.m4  22 Jul 2006 22:25:09 -0000      1.1
+++ m4/close-stream.m4  21 Aug 2006 21:44:51 -0000
@@ -5,7 +5,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_CLOSE_STREAM],
 [
-  AC_LIBSOURCES([close-stream.c, close-stream.h])
   AC_LIBOBJ([close-stream])
 
   dnl Prerequisites of lib/close-stream.c.
Index: m4/closeout.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/closeout.m4,v
retrieving revision 1.4
diff -p -u -r1.4 closeout.m4
--- m4/closeout.m4      21 Mar 2005 22:06:27 -0000      1.4
+++ m4/closeout.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# closeout.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# closeout.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 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.21
diff -p -u -r1.21 dirfd.m4
--- m4/dirfd.m4 11 Jul 2006 06:02:51 -0000      1.21
+++ m4/dirfd.m4 21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 13   -*- Autoconf -*-
+#serial 14   -*- Autoconf -*-
 
 dnl Find out how to get the file descriptor associated with an open DIR*.
 
@@ -12,8 +12,6 @@ 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.9
diff -p -u -r1.9 dirname.m4
--- m4/dirname.m4       3 Jul 2006 08:32:46 -0000       1.9
+++ m4/dirname.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 6   -*- autoconf -*-
+#serial 7   -*- autoconf -*-
 dnl Copyright (C) 2002-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,
@@ -6,8 +6,9 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_DIRNAME],
 [
-  AC_LIBSOURCES([dirname.c, dirname.h])
+  AC_LIBOBJ([basename])
   AC_LIBOBJ([dirname])
+  AC_LIBOBJ([stripslash])
 
   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.7
diff -p -u -r1.7 exclude.m4
--- m4/exclude.m4       5 Jul 2006 23:35:19 -0000       1.7
+++ m4/exclude.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# exclude.m4 serial 6
+# exclude.m4 serial 7
 dnl Copyright (C) 2002, 2003, 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,
@@ -6,6 +6,5 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_EXCLUDE],
 [
-  AC_LIBSOURCES([exclude.c, exclude.h])
   AC_LIBOBJ([exclude])
 ])
Index: m4/exitfail.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/exitfail.m4,v
retrieving revision 1.5
diff -p -u -r1.5 exitfail.m4
--- m4/exitfail.m4      21 Mar 2005 22:06:27 -0000      1.5
+++ m4/exitfail.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# exitfail.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# exitfail.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_EXITFAIL],
 [
-  AC_LIBSOURCES([exitfail.c, exitfail.h])
   AC_LIBOBJ([exitfail])
 
   dnl No prerequisites of lib/exitfail.c.
Index: m4/fcntl-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fcntl-safer.m4,v
retrieving revision 1.5
diff -p -u -r1.5 fcntl-safer.m4
--- m4/fcntl-safer.m4   27 Aug 2005 14:35:43 -0000      1.5
+++ m4/fcntl-safer.m4   21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 2
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 3
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_FCNTL_SAFER],
 [
-  AC_LIBSOURCES([creat-safer.c, fcntl-safer.h, open-safer.c, fcntl--.h])
   AC_LIBOBJ([open-safer])
   AC_LIBOBJ([creat-safer])
 ])
Index: m4/file-type.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/file-type.m4,v
retrieving revision 1.4
diff -p -u -r1.4 file-type.m4
--- m4/file-type.m4     2 May 2005 07:00:50 -0000       1.4
+++ m4/file-type.m4     21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-# file-type.m4 serial 5
-dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+# file-type.m4 serial 6
+dnl Copyright (C) 2002, 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.
 
 AC_DEFUN([gl_FILE_TYPE],
 [
-  AC_LIBSOURCES([file-type.c, file-type.h])
   AC_LIBOBJ([file-type])
 ])
Index: m4/filemode.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/filemode.m4,v
retrieving revision 1.6
diff -p -u -r1.6 filemode.m4
--- m4/filemode.m4      21 Aug 2006 06:11:26 -0000      1.6
+++ m4/filemode.m4      21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# filemode.m4 serial 6
+# filemode.m4 serial 7
 dnl Copyright (C) 2002, 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,
@@ -7,7 +7,6 @@ dnl with or without modifications, as lo
 AC_DEFUN([gl_FILEMODE],
 [
   AC_REQUIRE([AC_STRUCT_ST_DM_MODE])
-  AC_LIBSOURCES([filemode.c, filemode.h])
   AC_LIBOBJ([filemode])
   AC_CHECK_DECLS_ONCE([strmode])
 ])
Index: m4/filenamecat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/filenamecat.m4,v
retrieving revision 1.1
diff -p -u -r1.1 filenamecat.m4
--- m4/filenamecat.m4   2 Jun 2005 20:41:07 -0000       1.1
+++ m4/filenamecat.m4   21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# filenamecat.m4 serial 7
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# filenamecat.m4 serial 8
+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.
 
 AC_DEFUN([gl_FILE_NAME_CONCAT],
 [
-  AC_LIBSOURCES([filenamecat.c, filenamecat.h])
   AC_LIBOBJ([filenamecat])
 
   dnl Prerequisites of lib/filenamecat.c.
Index: m4/fpending.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fpending.m4,v
retrieving revision 1.14
diff -p -u -r1.14 fpending.m4
--- m4/fpending.m4      10 Jan 2006 21:31:02 -0000      1.14
+++ m4/fpending.m4      21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 8
+#serial 9
 
 # Copyright (C) 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -15,8 +15,6 @@ 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/fprintftime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fprintftime.m4,v
retrieving revision 1.1
diff -p -u -r1.1 fprintftime.m4
--- m4/fprintftime.m4   16 Dec 2005 15:05:47 -0000      1.1
+++ m4/fprintftime.m4   21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-#serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 2
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_FPRINTFTIME],
 [
-  AC_LIBSOURCES([fprintftime.c, fprintftime.h])
   AC_LIBOBJ([fprintftime])
 ])
Index: m4/fts.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fts.m4,v
retrieving revision 1.9
diff -p -u -r1.9 fts.m4
--- m4/fts.m4   17 Aug 2006 20:34:21 -0000      1.9
+++ m4/fts.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 10
+#serial 11
 dnl Copyright (C) 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,
@@ -7,7 +7,6 @@ dnl with or without modifications, as lo
 AC_DEFUN([gl_FUNC_FTS],
 [
   AC_REQUIRE([gl_FUNC_FTS_CORE])
-  AC_LIBSOURCES([fts-cycle.c])
 ])
 
 AC_DEFUN([gl_FUNC_FTS_LGPL],
@@ -20,8 +19,6 @@ AC_DEFUN([gl_FUNC_FTS_LGPL],
 
 AC_DEFUN([gl_FUNC_FTS_CORE],
 [
-  AC_LIBSOURCES([fts.c, fts_.h])
-
   dnl Use this version of fts unconditionally, since the GNU libc and
   dnl NetBSD versions have bugs and/or unnecessary limitations.
   AC_LIBOBJ([fts])
Index: m4/getcwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getcwd.m4,v
retrieving revision 1.12
diff -p -u -r1.12 getcwd.m4
--- m4/getcwd.m4        11 Jul 2006 06:02:51 -0000      1.12
+++ m4/getcwd.m4        21 Aug 2006 21:44:51 -0000
@@ -9,8 +9,6 @@
 
 AC_DEFUN([gl_FUNC_GETCWD_NULL],
   [
-   AC_LIBSOURCES([getcwd.c, getcwd.h])
-
    AC_CACHE_CHECK([whether getcwd (NULL, 0) allocates memory for result],
      [gl_cv_func_getcwd_null],
      [AC_TRY_RUN(
Index: m4/getdate.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getdate.m4,v
retrieving revision 1.9
diff -p -u -r1.9 getdate.m4
--- m4/getdate.m4       5 Jul 2006 23:35:19 -0000       1.9
+++ m4/getdate.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# getdate.m4 serial 9
+# getdate.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,
@@ -19,7 +19,6 @@ AC_DEFUN([gl_C_COMPOUND_LITERALS],
 
 AC_DEFUN([gl_GETDATE],
 [
-  AC_LIBSOURCES([getdate.h, getdate.y])
   AC_LIBOBJ([getdate])
 
   dnl Prerequisites of lib/getdate.h.
Index: m4/gethrxtime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/gethrxtime.m4,v
retrieving revision 1.4
diff -p -u -r1.4 gethrxtime.m4
--- m4/gethrxtime.m4    21 Aug 2006 06:11:26 -0000      1.4
+++ m4/gethrxtime.m4    21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# gethrxtime.m4 serial 5
+# gethrxtime.m4 serial 6
 dnl Copyright (C) 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,
@@ -8,7 +8,6 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_GETHRXTIME],
 [
-  AC_LIBSOURCES([gethrxtime.c, gethrxtime.h, xtime.h])
   AC_REQUIRE([gl_ARITHMETIC_HRTIME_T])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
   AC_REQUIRE([gl_XTIME])
Index: m4/getpagesize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpagesize.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getpagesize.m4
--- m4/getpagesize.m4   23 Sep 2005 04:15:13 -0000      1.5
+++ m4/getpagesize.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# getpagesize.m4 serial 5
+# getpagesize.m4 serial 6
 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,
@@ -6,8 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_GETPAGESIZE],
 [
-  AC_LIBSOURCES([getpagesize.h])
-
   dnl Prerequisites of lib/getpagesize.h.
   AC_CHECK_HEADERS_ONCE(sys/param.h)
   AC_CHECK_HEADERS(OS.h)
Index: m4/getpass.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpass.m4,v
retrieving revision 1.13
diff -p -u -r1.13 getpass.m4
--- m4/getpass.m4       6 Jul 2006 22:16:59 -0000       1.13
+++ m4/getpass.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# getpass.m4 serial 8
+# getpass.m4 serial 9
 dnl Copyright (C) 2002-2003, 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,
@@ -7,8 +7,6 @@ dnl with or without modifications, as lo
 # Provide a getpass() function if the system doesn't have it.
 AC_DEFUN([gl_FUNC_GETPASS],
 [
-  AC_LIBSOURCES([getpass.c, getpass.h])
-
   AC_REPLACE_FUNCS(getpass)
   AC_CHECK_DECLS_ONCE(getpass)
   if test $ac_cv_func_getpass = no; then
@@ -20,8 +18,6 @@ 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/gettime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/gettime.m4,v
retrieving revision 1.4
diff -p -u -r1.4 gettime.m4
--- m4/gettime.m4       26 Feb 2005 08:18:27 -0000      1.4
+++ m4/gettime.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# gettime.m4 serial 5
-dnl Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+# gettime.m4 serial 6
+dnl Copyright (C) 2002, 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.
 
 AC_DEFUN([gl_GETTIME],
 [
-  AC_LIBSOURCES([gettime.c])
   AC_LIBOBJ([gettime])
 
   dnl Prerequisites of lib/gettime.c.
Index: m4/getugroups.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getugroups.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getugroups.m4
--- m4/getugroups.m4    23 Sep 2005 04:15:13 -0000      1.5
+++ m4/getugroups.m4    21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# getugroups.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# getugroups.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_GETUGROUPS],
 [
-  AC_LIBSOURCES([getugroups.c])
   AC_LIBOBJ([getugroups])
 
   dnl Prerequisites of lib/getugroups.c.
Index: m4/glob.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/glob.m4,v
retrieving revision 1.9
diff -p -u -r1.9 glob.m4
--- m4/glob.m4  9 Aug 2006 22:52:40 -0000       1.9
+++ m4/glob.m4  21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# glob.m4 serial 6
+# glob.m4 serial 7
 dnl Copyright (C) 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,
@@ -13,7 +13,6 @@ AC_DEFUN([gl_GLOB_SUBSTITUTE],
   gl_PREREQ_GLOB
 
   GLOB_H=glob.h
-  AC_LIBSOURCES([glob.c, glob_.h, glob-libc.h])
   AC_LIBOBJ([glob])
   AC_SUBST([GLOB_H])
 ])
Index: m4/group-member.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/group-member.m4,v
retrieving revision 1.10
diff -p -u -r1.10 group-member.m4
--- m4/group-member.m4  23 Sep 2005 04:15:13 -0000      1.10
+++ m4/group-member.m4  21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,8 @@
-#serial 9
+#serial 10
+
+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006 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,8 +11,6 @@ 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.5
diff -p -u -r1.5 hard-locale.m4
--- m4/hard-locale.m4   21 Mar 2005 22:06:27 -0000      1.5
+++ m4/hard-locale.m4   21 Aug 2006 21:44:51 -0000
@@ -1,5 +1,5 @@
-# hard-locale.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# hard-locale.m4 serial 7
+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.
@@ -7,6 +7,5 @@ dnl with or without modifications, as lo
 dnl No prerequisites of lib/hard-locale.c.
 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.5
diff -p -u -r1.5 hash.m4
--- m4/hash.m4  21 Mar 2005 22:06:27 -0000      1.5
+++ m4/hash.m4  21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# hash.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# hash.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_HASH],
 [
-  AC_LIBSOURCES([hash.c, hash.h])
   AC_LIBOBJ([hash])
 
   dnl Prerequisites of lib/hash.c.
Index: m4/idcache.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/idcache.m4,v
retrieving revision 1.5
diff -p -u -r1.5 idcache.m4
--- m4/idcache.m4       23 Sep 2005 04:15:13 -0000      1.5
+++ m4/idcache.m4       21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-# idcache.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# idcache.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_IDCACHE],
 [
-  AC_LIBSOURCES([idcache.c])
   AC_LIBOBJ([idcache])
 ])
Index: m4/lchmod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/lchmod.m4,v
retrieving revision 1.1
diff -p -u -r1.1 lchmod.m4
--- m4/lchmod.m4        9 Jan 2006 23:13:57 -0000       1.1
+++ m4/lchmod.m4        21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,6 @@
-#serial 1
+#serial 2
 
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 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.
@@ -10,6 +10,5 @@ dnl Provide a replacement for lchmod on 
 
 AC_DEFUN([gl_FUNC_LCHMOD],
 [
-  AC_LIBSOURCES([lchmod.h])
   AC_CHECK_FUNCS_ONCE([lchmod])
 ])
Index: m4/lchown.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/lchown.m4,v
retrieving revision 1.9
diff -p -u -r1.9 lchown.m4
--- m4/lchown.m4        1 Sep 2005 18:10:01 -0000       1.9
+++ m4/lchown.m4        21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,8 @@
-#serial 8
+#serial 9
+
+dnl Copyright (C) 1998, 2001, 2003, 2004, 2005, 2006 Free Software
+dnl Foundation, Inc.
 
-dnl Copyright (C) 1998, 2001, 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.
@@ -10,7 +12,6 @@ dnl Provide lchown on systems that lack 
 
 AC_DEFUN([gl_FUNC_LCHOWN],
 [
-  AC_LIBSOURCES([lchown.c, lchown.h])
   AC_REQUIRE([AC_TYPE_UID_T])
   AC_REQUIRE([gl_FUNC_CHOWN])
   AC_REQUIRE([gl_STAT_MACROS])
Index: m4/long-options.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/long-options.m4,v
retrieving revision 1.4
diff -p -u -r1.4 long-options.m4
--- m4/long-options.m4  21 Mar 2005 22:06:27 -0000      1.4
+++ m4/long-options.m4  21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# long-options.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# long-options.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 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/lstat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/lstat.m4,v
retrieving revision 1.22
diff -p -u -r1.22 lstat.m4
--- m4/lstat.m4 23 Sep 2005 04:15:13 -0000      1.22
+++ m4/lstat.m4 21 Aug 2006 21:44:51 -0000
@@ -1,7 +1,7 @@
-#serial 14
+#serial 15
 
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
-# Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006
+# Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -11,8 +11,6 @@ dnl From Jim Meyering.
 
 AC_DEFUN([gl_FUNC_LSTAT],
 [
-  AC_LIBSOURCES([lstat.c, lstat.h])
-
   AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
   dnl Note: AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK does AC_LIBOBJ(lstat).
   :
Index: m4/md5.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/md5.m4,v
retrieving revision 1.7
diff -p -u -r1.7 md5.m4
--- m4/md5.m4   17 Oct 2005 12:55:00 -0000      1.7
+++ m4/md5.m4   21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# md5.m4 serial 8
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# md5.m4 serial 9
+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.
 
 AC_DEFUN([gl_MD5],
 [
-  AC_LIBSOURCES([md5.c, md5.h])
   AC_LIBOBJ([md5])
 
   dnl Prerequisites of lib/md5.c.
Index: m4/memcasecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcasecmp.m4,v
retrieving revision 1.4
diff -p -u -r1.4 memcasecmp.m4
--- m4/memcasecmp.m4    5 Jul 2006 23:35:19 -0000       1.4
+++ m4/memcasecmp.m4    21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 dnl Copyright (C) 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,
@@ -6,6 +6,5 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_MEMCASECMP],
 [
-  AC_LIBSOURCES([memcasecmp.c, memcasecmp.h])
   AC_LIBOBJ([memcasecmp])
 ])
Index: m4/memcoll.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcoll.m4,v
retrieving revision 1.7
diff -p -u -r1.7 memcoll.m4
--- m4/memcoll.m4       10 Jan 2006 21:34:38 -0000      1.7
+++ m4/memcoll.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# memcoll.m4 serial 6
+# memcoll.m4 serial 7
 dnl Copyright (C) 2002, 2003, 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_MEMCOLL],
 [
-  AC_LIBSOURCES([memcoll.c, memcoll.h])
   AC_LIBOBJ([memcoll])
 
   dnl Prerequisites of lib/memcoll.c.
Index: m4/mempcpy.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mempcpy.m4,v
retrieving revision 1.2
diff -p -u -r1.2 mempcpy.m4
--- m4/mempcpy.m4       19 Jan 2005 19:11:15 -0000      1.2
+++ m4/mempcpy.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# mempcpy.m4 serial 3
-dnl Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# mempcpy.m4 serial 4
+dnl Copyright (C) 2003, 2004, 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.
 
 AC_DEFUN([gl_FUNC_MEMPCPY],
 [
-  AC_LIBSOURCES([mempcpy.c, mempcpy.h])
 
   dnl Persuade glibc <string.h> to declare mempcpy().
   AC_REQUIRE([AC_GNU_SOURCE])
Index: m4/memrchr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memrchr.m4,v
retrieving revision 1.5
diff -p -u -r1.5 memrchr.m4
--- m4/memrchr.m4       21 Mar 2005 20:49:41 -0000      1.5
+++ m4/memrchr.m4       21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-# memrchr.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# memrchr.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_FUNC_MEMRCHR],
 [
-  AC_LIBSOURCES([memrchr.c, memrchr.h])
-
   dnl Persuade glibc <string.h> to declare memrchr().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/memxor.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memxor.m4,v
retrieving revision 1.4
diff -p -u -r1.4 memxor.m4
--- m4/memxor.m4        9 Aug 2006 22:52:40 -0000       1.4
+++ m4/memxor.m4        21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# memxor.m4 serial 2
+# memxor.m4 serial 3
 dnl Copyright (C) 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_MEMXOR],
 [
-  AC_LIBSOURCES([memxor.h, memxor.c])
   AC_LIBOBJ([memxor])
   AC_REQUIRE([AC_C_RESTRICT])
 ])
Index: m4/mkancesdirs.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mkancesdirs.m4,v
retrieving revision 1.1
diff -p -u -r1.1 mkancesdirs.m4
--- m4/mkancesdirs.m4   17 Jul 2006 06:06:48 -0000      1.1
+++ m4/mkancesdirs.m4   21 Aug 2006 21:44:51 -0000
@@ -6,6 +6,5 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_MKANCESDIRS],
 [
-  AC_LIBSOURCES([mkancesdirs.c, mkancesdirs.h])
   AC_LIBOBJ([mkancesdirs])
 ])
Index: m4/mkdir-p.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mkdir-p.m4,v
retrieving revision 1.4
diff -p -u -r1.4 mkdir-p.m4
--- m4/mkdir-p.m4       17 Jul 2006 06:06:48 -0000      1.4
+++ m4/mkdir-p.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# mkdir-p.m4 serial 11
+# mkdir-p.m4 serial 12
 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_MKDIR_PARENTS],
 [
-  AC_LIBSOURCES([dirchownmod.c, dirchownmod.h, mkdir-p.c, mkdir-p.h])
   AC_LIBOBJ([dirchownmod])
   AC_LIBOBJ([mkdir-p])
 
Index: m4/modechange.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/modechange.m4,v
retrieving revision 1.5
diff -p -u -r1.5 modechange.m4
--- m4/modechange.m4    2 May 2005 07:00:50 -0000       1.5
+++ m4/modechange.m4    21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-# modechange.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# modechange.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_MODECHANGE],
 [
-  AC_LIBSOURCES([modechange.c, modechange.h])
   AC_LIBOBJ([modechange])
 ])
Index: m4/mountlist.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mountlist.m4,v
retrieving revision 1.9
diff -p -u -r1.9 mountlist.m4
--- m4/mountlist.m4     23 Sep 2005 04:15:13 -0000      1.9
+++ m4/mountlist.m4     21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-#serial 8
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#serial 9
+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.
 
 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.24
diff -p -u -r1.24 nanosleep.m4
--- m4/nanosleep.m4     19 May 2006 17:49:21 -0000      1.24
+++ m4/nanosleep.m4     21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 17
+#serial 18
 
 dnl From Jim Meyering.
 dnl Check for the nanosleep function.
@@ -14,8 +14,6 @@ dnl
 
 AC_DEFUN([gl_FUNC_NANOSLEEP],
 [
- AC_LIBSOURCES([nanosleep.c])
-
  dnl Persuade glibc and Solaris <time.h> to declare nanosleep.
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
Index: m4/openat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/openat.m4,v
retrieving revision 1.6
diff -p -u -r1.6 openat.m4
--- m4/openat.m4        17 Aug 2006 20:34:21 -0000      1.6
+++ m4/openat.m4        21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10
 # See if we need to use our replacement for Solaris' openat et al functions.
 
 dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -10,11 +10,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_FUNC_OPENAT],
 [
-  AC_LIBSOURCES([openat.c, openat.h, openat-priv.h, openat-die.c, at-func.c])
-  AC_LIBSOURCES([intprops.h])
-  AC_LIBSOURCES([mkdirat.c])
-  AC_LIBSOURCES([fchmodat.c])
-
   # No system provides these functions; compile them unconditionally.
   AC_LIBOBJ([mkdirat])
   AC_LIBOBJ([fchmodat])
Index: m4/pathmax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/pathmax.m4,v
retrieving revision 1.5
diff -p -u -r1.5 pathmax.m4
--- m4/pathmax.m4       23 Sep 2005 04:15:13 -0000      1.5
+++ m4/pathmax.m4       21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-# pathmax.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# pathmax.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_PATHMAX],
 [
-  AC_LIBSOURCES([pathmax.h])
-
   dnl Prerequisites of lib/pathmax.h.
   AC_CHECK_HEADERS_ONCE(sys/param.h)
 ])
Index: m4/physmem.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/physmem.m4,v
retrieving revision 1.5
diff -p -u -r1.5 physmem.m4
--- m4/physmem.m4       23 Sep 2005 04:15:13 -0000      1.5
+++ m4/physmem.m4       21 Aug 2006 21:44:51 -0000
@@ -1,5 +1,5 @@
-# physmem.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# physmem.m4 serial 6
+dnl Copyright (C) 2002, 2003, 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.
@@ -26,7 +26,6 @@ AC_DEFUN([gl_SYS__SYSTEM_CONFIGURATION],
 
 AC_DEFUN([gl_PHYSMEM],
 [
-  AC_LIBSOURCES([physmem.c, physmem.h])
   AC_LIBOBJ([physmem])
 
   # Prerequisites of lib/physmem.c.
Index: m4/posixtm.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixtm.m4,v
retrieving revision 1.4
diff -p -u -r1.4 posixtm.m4
--- m4/posixtm.m4       21 Mar 2005 22:06:27 -0000      1.4
+++ m4/posixtm.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# posixtm.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# posixtm.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_POSIXTM],
 [
-  AC_LIBSOURCES([posixtm.c, posixtm.h])
   AC_LIBOBJ(posixtm)
 
   dnl Prerequisites of lib/posixtm.c.
Index: m4/posixver.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixver.m4,v
retrieving revision 1.7
diff -p -u -r1.7 posixver.m4
--- m4/posixver.m4      21 Aug 2006 06:11:26 -0000      1.7
+++ m4/posixver.m4      21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# posixver.m4 serial 8
+# posixver.m4 serial 9
 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_POSIXVER],
 [
-  AC_LIBSOURCES([posixver.c, posixver.h])
   AC_LIBOBJ([posixver])
 
   AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION])
Index: m4/quote.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quote.m4,v
retrieving revision 1.4
diff -p -u -r1.4 quote.m4
--- m4/quote.m4 21 Mar 2005 22:06:27 -0000      1.4
+++ m4/quote.m4 21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# quote.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# quote.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_QUOTE],
 [
-  AC_LIBSOURCES([quote.c, quote.h])
   AC_LIBOBJ([quote])
 
   dnl Prerequisites of lib/quote.c.
Index: m4/quotearg.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quotearg.m4,v
retrieving revision 1.5
diff -p -u -r1.5 quotearg.m4
--- m4/quotearg.m4      21 Mar 2005 22:06:27 -0000      1.5
+++ m4/quotearg.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# quotearg.m4 serial 4
-dnl Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+# quotearg.m4 serial 5
+dnl Copyright (C) 2002, 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.
 
 AC_DEFUN([gl_QUOTEARG],
 [
-  AC_LIBSOURCES([quotearg.c, quotearg.h])
   AC_LIBOBJ([quotearg])
 
   dnl Prerequisites of lib/quotearg.c.
Index: m4/readtokens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readtokens.m4,v
retrieving revision 1.4
diff -p -u -r1.4 readtokens.m4
--- m4/readtokens.m4    21 Mar 2005 22:06:27 -0000      1.4
+++ m4/readtokens.m4    21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# readtokens.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# readtokens.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 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.11
diff -p -u -r1.11 readutmp.m4
--- m4/readutmp.m4      11 Jan 2006 07:34:33 -0000      1.11
+++ m4/readutmp.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# 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.
 
 AC_DEFUN([gl_READUTMP],
 [
-  AC_LIBSOURCES([readutmp.c, readutmp.h])
   AC_LIBOBJ([readutmp])
 
   dnl Prerequisites of lib/readutmp.h and lib/readutmp.c.
Index: m4/regex.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/regex.m4,v
retrieving revision 1.55
diff -p -u -r1.55 regex.m4
--- m4/regex.m4 9 Aug 2006 22:27:28 -0000       1.55
+++ m4/regex.m4 21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 38
+#serial 39
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 # 2006 Free Software Foundation, Inc.
@@ -14,10 +14,6 @@ AC_PREREQ([2.50])
 
 AC_DEFUN([gl_REGEX],
 [
-  AC_LIBSOURCES(
-    [regcomp.c, regex.c, regex.h,
-     regex_internal.c, regex_internal.h, regexec.c])
-
   AC_ARG_WITH([included-regex],
     [AC_HELP_STRING([--without-included-regex],
                    [don't compile regex; this is the default on
Index: m4/safe-read.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/safe-read.m4,v
retrieving revision 1.5
diff -p -u -r1.5 safe-read.m4
--- m4/safe-read.m4     23 Sep 2005 04:15:13 -0000      1.5
+++ m4/safe-read.m4     21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# safe-read.m4 serial 4
-dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
+# safe-read.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 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.3
diff -p -u -r1.3 safe-write.m4
--- m4/safe-write.m4    21 Mar 2005 22:06:27 -0000      1.3
+++ m4/safe-write.m4    21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# safe-write.m4 serial 2
-dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+# safe-write.m4 serial 3
+dnl Copyright (C) 2002, 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.
 
 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.8
diff -p -u -r1.8 same.m4
--- m4/same.m4  3 Jul 2006 08:32:46 -0000       1.8
+++ m4/same.m4  21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 dnl Copyright (C) 2002, 2003, 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,
@@ -6,7 +6,6 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_SAME],
 [
-  AC_LIBSOURCES([same.c, same.h, same-inode.h])
   AC_LIBOBJ([same])
 
   dnl Prerequisites of lib/same.c.
Index: m4/save-cwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/save-cwd.m4,v
retrieving revision 1.7
diff -p -u -r1.7 save-cwd.m4
--- m4/save-cwd.m4      23 Sep 2005 04:15:13 -0000      1.7
+++ m4/save-cwd.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 7
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#serial 8
+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.
 
 AC_DEFUN([gl_SAVE_CWD],
 [
-  AC_LIBSOURCES([save-cwd.c, save-cwd.h])
   AC_LIBOBJ([save-cwd])
   dnl Prerequisites for lib/save-cwd.c.
   AC_CHECK_FUNCS_ONCE(fchdir)
Index: m4/savedir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/savedir.m4,v
retrieving revision 1.7
diff -p -u -r1.7 savedir.m4
--- m4/savedir.m4       11 Jul 2006 06:02:51 -0000      1.7
+++ m4/savedir.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# savedir.m4 serial 8
+# savedir.m4 serial 9
 dnl Copyright (C) 2002, 2003, 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,
@@ -6,6 +6,5 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_SAVEDIR],
 [
-  AC_LIBSOURCES([savedir.c, savedir.h])
   AC_LIBOBJ([savedir])
 ])
Index: m4/settime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/settime.m4,v
retrieving revision 1.4
diff -p -u -r1.4 settime.m4
--- m4/settime.m4       21 Mar 2005 22:06:27 -0000      1.4
+++ m4/settime.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# settime.m4 serial 4
-dnl Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+# settime.m4 serial 5
+dnl Copyright (C) 2002, 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.
 
 AC_DEFUN([gl_SETTIME],
 [
-  AC_LIBSOURCES([settime.c])
   AC_LIBOBJ([settime])
 
   dnl Prerequisites of lib/settime.c.
Index: m4/sha1.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sha1.m4,v
retrieving revision 1.3
diff -p -u -r1.3 sha1.m4
--- m4/sha1.m4  21 Mar 2005 22:06:27 -0000      1.3
+++ m4/sha1.m4  21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# sha1.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# sha1.m4 serial 7
+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.
 
 AC_DEFUN([gl_SHA1],
 [
-  AC_LIBSOURCES([sha1.c, sha1.h])
   AC_LIBOBJ([sha1])
 
   dnl Prerequisites of lib/sha1.c.
Index: m4/sig2str.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sig2str.m4,v
retrieving revision 1.3
diff -p -u -r1.3 sig2str.m4
--- m4/sig2str.m4       21 Mar 2005 22:06:27 -0000      1.3
+++ m4/sig2str.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 4
-dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+#serial 5
+dnl Copyright (C) 2002, 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.
 
 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
Index: m4/stat-macros.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stat-macros.m4,v
retrieving revision 1.3
diff -p -u -r1.3 stat-macros.m4
--- m4/stat-macros.m4   8 May 2005 14:36:09 -0000       1.3
+++ m4/stat-macros.m4   21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,6 @@
-#serial 2
+#serial 3
 
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -8,7 +8,5 @@
 
 AC_DEFUN([gl_STAT_MACROS],
 [
-  AC_LIBSOURCES([stat-macros.h])
-
   AC_REQUIRE([AC_HEADER_STAT])
 ])
Index: m4/stat-time.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stat-time.m4,v
retrieving revision 1.2
diff -p -u -r1.2 stat-time.m4
--- m4/stat-time.m4     7 Dec 2005 18:18:33 -0000       1.2
+++ m4/stat-time.m4     21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,8 @@
 # Checks for stat-related time functions.
 
-# Copyright (C) 1998, 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2001, 2003, 2005, 2006 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,8 +17,6 @@ dnl From Paul Eggert.
 
 AC_DEFUN([gl_STAT_TIME],
 [
-  AC_LIBSOURCES([stat-time.h])
-
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
Index: m4/stdio-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stdio-safer.m4,v
retrieving revision 1.8
diff -p -u -r1.8 stdio-safer.m4
--- m4/stdio-safer.m4   25 Jul 2006 06:20:19 -0000      1.8
+++ m4/stdio-safer.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 dnl Copyright (C) 2002, 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,
@@ -6,12 +6,10 @@ dnl with or without modifications, as lo
 
 AC_DEFUN([gl_FOPEN_SAFER],
 [
-  AC_LIBSOURCES([fopen-safer.c, stdio-safer.h, stdio--.h])
   AC_LIBOBJ([fopen-safer])
 ])
 
 AC_DEFUN([gl_TMPFILE_SAFER],
 [
-  AC_LIBSOURCES([tmpfile-safer.c, stdio-safer.h, stdio--.h])
   AC_LIBOBJ([tmpfile-safer])
 ])
Index: m4/stdlib-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stdlib-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 stdlib-safer.m4
--- m4/stdlib-safer.m4  27 Aug 2005 20:37:14 -0000      1.1
+++ m4/stdlib-safer.m4  21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-# stdlib-safer.m4 serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+# stdlib-safer.m4 serial 2
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_STDLIB_SAFER],
 [
-  AC_LIBSOURCES([mkstemp-safer.c, stdlib-safer.h, stdlib--.h])
   AC_LIBOBJ([mkstemp-safer])
 ])
Index: m4/strdup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strdup.m4,v
retrieving revision 1.6
diff -p -u -r1.6 strdup.m4
--- m4/strdup.m4        21 Mar 2005 22:06:27 -0000      1.6
+++ m4/strdup.m4        21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-# strdup.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# strdup.m4 serial 7
+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.
 
 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.36
diff -p -u -r1.36 strftime.m4
--- m4/strftime.m4      29 Jun 2006 21:11:49 -0000      1.36
+++ m4/strftime.m4      21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 27
+#serial 28
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 # Free Software Foundation, Inc.
@@ -16,7 +16,6 @@ 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])
 
  # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
Index: m4/strndup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strndup.m4,v
retrieving revision 1.8
diff -p -u -r1.8 strndup.m4
--- m4/strndup.m4       5 Jul 2006 12:46:39 -0000       1.8
+++ m4/strndup.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# strndup.m4 serial 7
+# strndup.m4 serial 8
 dnl Copyright (C) 2002-2003, 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,
@@ -6,8 +6,6 @@ dnl with or without modifications, as lo
 
 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/strnlen.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strnlen.m4,v
retrieving revision 1.7
diff -p -u -r1.7 strnlen.m4
--- m4/strnlen.m4       11 Aug 2005 09:56:12 -0000      1.7
+++ m4/strnlen.m4       21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-# strnlen.m4 serial 5
-dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
+# strnlen.m4 serial 6
+dnl Copyright (C) 2002-2003, 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.
 
 AC_DEFUN([gl_FUNC_STRNLEN],
 [
-  AC_LIBSOURCES([strnlen.c, strnlen.h])
-
   dnl Persuade glibc <string.h> to declare strnlen().
   AC_REQUIRE([AC_GNU_SOURCE])
 
Index: m4/strverscmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strverscmp.m4,v
retrieving revision 1.3
diff -p -u -r1.3 strverscmp.m4
--- m4/strverscmp.m4    21 Mar 2005 22:06:27 -0000      1.3
+++ m4/strverscmp.m4    21 Aug 2006 21:44:51 -0000
@@ -1,13 +1,11 @@
-# strverscmp.m4 serial 3
-dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+# strverscmp.m4 serial 4
+dnl Copyright (C) 2002, 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.
 
 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/time_r.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/time_r.m4,v
retrieving revision 1.4
diff -p -u -r1.4 time_r.m4
--- m4/time_r.m4        9 Aug 2006 22:27:28 -0000       1.4
+++ m4/time_r.m4        21 Aug 2006 21:44:51 -0000
@@ -9,7 +9,6 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_TIME_R],
 [
-  AC_LIBSOURCES([time_r.c, time_r.h])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
   AC_REQUIRE([AC_C_RESTRICT])
 
Index: m4/timespec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/timespec.m4,v
retrieving revision 1.12
diff -p -u -r1.12 timespec.m4
--- m4/timespec.m4      2 Mar 2006 07:36:41 -0000       1.12
+++ m4/timespec.m4      21 Aug 2006 21:44:51 -0000
@@ -11,8 +11,6 @@ dnl From Jim Meyering
 
 AC_DEFUN([gl_TIMESPEC],
 [
-  AC_LIBSOURCES([timespec.h])
-
   dnl Prerequisites of lib/timespec.h.
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([AC_HEADER_TIME])
Index: m4/unistd-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unistd-safer.m4,v
retrieving revision 1.8
diff -p -u -r1.8 unistd-safer.m4
--- m4/unistd-safer.m4  27 Jul 2006 04:35:51 -0000      1.8
+++ m4/unistd-safer.m4  21 Aug 2006 21:44:51 -0000
@@ -7,7 +7,6 @@ dnl with or without modifications, as lo
 AC_DEFUN([gl_UNISTD_SAFER],
 [
   AC_CHECK_FUNCS_ONCE([pipe])
-  AC_LIBSOURCES([dup-safer.c, fd-safer.c, pipe-safer.c, unistd-safer.h, 
unistd--.h])
   AC_LIBOBJ([dup-safer])
   AC_LIBOBJ([fd-safer])
   AC_LIBOBJ([pipe-safer])
Index: m4/unlinkdir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unlinkdir.m4,v
retrieving revision 1.2
diff -p -u -r1.2 unlinkdir.m4
--- m4/unlinkdir.m4     23 Sep 2005 04:15:13 -0000      1.2
+++ m4/unlinkdir.m4     21 Aug 2006 21:44:51 -0000
@@ -1,6 +1,6 @@
-#serial 3
+#serial 4
 
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -13,7 +13,6 @@ AC_DEFUN([gl_UNLINKDIR],
   AC_REQUIRE([AC_CANONICAL_HOST])
   AC_CHECK_HEADERS_ONCE(priv.h)
 
-  AC_LIBSOURCES([unlinkdir.c, unlinkdir.h])
   AC_LIBOBJ([unlinkdir])
 
   # The Hurd, the Linux kernel, the FreeBSD kernel version 2.2 and later,
Index: m4/unlocked-io.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unlocked-io.m4,v
retrieving revision 1.7
diff -p -u -r1.7 unlocked-io.m4
--- m4/unlocked-io.m4   20 Apr 2006 22:28:34 -0000      1.7
+++ m4/unlocked-io.m4   21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-# unlocked-io.m4 serial 13
+# unlocked-io.m4 serial 14
 
 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 # Free Software Foundation, Inc.
@@ -17,8 +17,6 @@ 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.8
diff -p -u -r1.8 userspec.m4
--- m4/userspec.m4      23 Sep 2005 04:15:13 -0000      1.8
+++ m4/userspec.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 8
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#serial 9
+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.
 
 AC_DEFUN([gl_USERSPEC],
 [
-  AC_LIBSOURCES([userspec.c, userspec.h, intprops.h])
   AC_LIBOBJ([userspec])
 
   dnl Prerequisites of lib/userspec.c.
Index: m4/utimecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimecmp.m4,v
retrieving revision 1.3
diff -p -u -r1.3 utimecmp.m4
--- m4/utimecmp.m4      21 Mar 2005 22:06:27 -0000      1.3
+++ m4/utimecmp.m4      21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 1
-dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+#serial 2
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_UTIMECMP],
 [
-  AC_LIBSOURCES([utimecmp.c, utimecmp.h, intprops.h])
   AC_LIBOBJ([utimecmp])
 
   dnl Prerequisites of lib/utimecmp.c.
Index: m4/utimens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimens.m4,v
retrieving revision 1.5
diff -p -u -r1.5 utimens.m4
--- m4/utimens.m4       23 Sep 2005 19:18:06 -0000      1.5
+++ m4/utimens.m4       21 Aug 2006 21:44:51 -0000
@@ -1,11 +1,10 @@
-dnl Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_UTIMENS],
 [
-  AC_LIBSOURCES([utimens.c, utimens.h])
   AC_LIBOBJ([utimens])
 
   dnl Prerequisites of lib/utimens.c.
Index: m4/xalloc.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xalloc.m4,v
retrieving revision 1.14
diff -p -u -r1.14 xalloc.m4
--- m4/xalloc.m4        21 Mar 2005 22:06:27 -0000      1.14
+++ m4/xalloc.m4        21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# xalloc.m4 serial 12
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# xalloc.m4 serial 13
+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.
 
 AC_DEFUN([gl_XALLOC],
 [
-  AC_LIBSOURCES([xmalloc.c, xalloc.h])
   AC_LIBOBJ([xmalloc])
 
   gl_PREREQ_XALLOC
Index: m4/xgetcwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xgetcwd.m4,v
retrieving revision 1.6
diff -p -u -r1.6 xgetcwd.m4
--- m4/xgetcwd.m4       23 Sep 2005 04:15:13 -0000      1.6
+++ m4/xgetcwd.m4       21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 5
-dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#serial 6
+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.
 
 AC_DEFUN([gl_XGETCWD],
 [
-  AC_LIBSOURCES([xgetcwd.c, xgetcwd.h])
   AC_LIBOBJ([xgetcwd])
 
   AC_REQUIRE([gl_FUNC_GETCWD])
Index: m4/xnanosleep.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xnanosleep.m4,v
retrieving revision 1.3
diff -p -u -r1.3 xnanosleep.m4
--- m4/xnanosleep.m4    21 Mar 2005 22:06:27 -0000      1.3
+++ m4/xnanosleep.m4    21 Aug 2006 21:44:51 -0000
@@ -1,5 +1,5 @@
-#serial 3
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 4
+dnl Copyright (C) 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.
@@ -8,6 +8,5 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_XNANOSLEEP],
 [
-  AC_LIBSOURCES([xnanosleep.c, xnanosleep.h, intprops.h])
   AC_LIBOBJ([xnanosleep])
 ])
Index: m4/xreadlink.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xreadlink.m4,v
retrieving revision 1.7
diff -p -u -r1.7 xreadlink.m4
--- m4/xreadlink.m4     23 Sep 2005 04:15:13 -0000      1.7
+++ m4/xreadlink.m4     21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-#serial 7
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+#serial 8
+dnl Copyright (C) 2002, 2003, 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.
 
 AC_DEFUN([gl_XREADLINK],
 [
-  AC_LIBSOURCES([xreadlink.c, xreadlink.h])
   AC_LIBOBJ([xreadlink])
 
   dnl Prerequisites of lib/xreadlink.c.
Index: m4/xstrtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtod.m4,v
retrieving revision 1.5
diff -p -u -r1.5 xstrtod.m4
--- m4/xstrtod.m4       3 Jul 2006 08:32:46 -0000       1.5
+++ m4/xstrtod.m4       21 Aug 2006 21:44:51 -0000
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
 dnl Copyright (C) 2002, 2003, 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,
@@ -7,13 +7,11 @@ dnl with or without modifications, as lo
 # Prerequisites of lib/xstrtod.c.
 AC_DEFUN([gl_XSTRTOD],
 [
-  AC_LIBSOURCES([xstrtod.c, xstrtod.h])
   AC_LIBOBJ([xstrtod])
 ])
 
 # Prerequisites of lib/xstrtold.c.
 AC_DEFUN([gl_XSTRTOLD],
 [
-  AC_LIBSOURCES([xstrtold.c, xstrtod.c, xstrtod.h])
   AC_LIBOBJ([xstrtold])
 ])
Index: m4/yesno.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/yesno.m4,v
retrieving revision 1.4
diff -p -u -r1.4 yesno.m4
--- m4/yesno.m4 21 Mar 2005 22:06:27 -0000      1.4
+++ m4/yesno.m4 21 Aug 2006 21:44:51 -0000
@@ -1,12 +1,11 @@
-# yesno.m4 serial 4
-dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
+# yesno.m4 serial 5
+dnl Copyright (C) 2002, 2003, 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.
 
 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.6
diff -p -u -r1.6 acl
--- modules/acl 21 Aug 2006 08:30:27 -0000      1.6
+++ modules/acl 21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 AC_FUNC_ACL
 
 Makefile.am:
+EXTRA_DIST += acl.h
 
 Include:
 "acl.h"
Index: modules/argmatch
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/argmatch,v
retrieving revision 1.11
diff -p -u -r1.11 argmatch
--- modules/argmatch    23 Sep 2005 04:15:13 -0000      1.11
+++ modules/argmatch    21 Aug 2006 21:44:51 -0000
@@ -4,6 +4,7 @@ Search for an exact or abbreviated match
 Files:
 lib/argmatch.h
 lib/argmatch.c
+m4/argmatch.m4
 
 Depends-on:
 gettext-h
@@ -16,9 +17,10 @@ verify
 stdbool
 
 configure.ac:
+gl_ARGMATCH
 
 Makefile.am:
-lib_SOURCES += argmatch.h argmatch.c
+EXTRA_DIST += argmatch.h
 
 Include:
 "argmatch.h"
Index: modules/backupfile
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/backupfile,v
retrieving revision 1.8
diff -p -u -r1.8 backupfile
--- modules/backupfile  21 Aug 2006 06:11:26 -0000      1.8
+++ modules/backupfile  21 Aug 2006 21:44:51 -0000
@@ -18,6 +18,7 @@ configure.ac:
 gl_BACKUPFILE
 
 Makefile.am:
+EXTRA_DIST += backupfile.h
 
 Include:
 "backupfile.h"
Index: modules/c-strtod
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtod,v
retrieving revision 1.5
diff -p -u -r1.5 c-strtod
--- modules/c-strtod    23 Mar 2005 13:09:23 -0000      1.5
+++ modules/c-strtod    21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
+EXTRA_DIST += c-strtod.h
 
 Include:
 "c-strtod.h"
Index: modules/c-strtold
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtold,v
retrieving revision 1.6
diff -p -u -r1.6 c-strtold
--- modules/c-strtold   23 Mar 2005 13:08:10 -0000      1.6
+++ modules/c-strtold   21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_C_STRTOLD
 
 Makefile.am:
+EXTRA_DIST += c-strtod.c c-strtod.h
 
 Include:
 "c-strtod.h"
Index: modules/canon-host
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/canon-host,v
retrieving revision 1.7
diff -p -u -r1.7 canon-host
--- modules/canon-host  13 Sep 2005 04:15:15 -0000      1.7
+++ modules/canon-host  21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_CANON_HOST
 
 Makefile.am:
+EXTRA_DIST += canon-host.h
 
 Include:
 #include "canon-host.h"
Index: modules/canonicalize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/canonicalize,v
retrieving revision 1.8
diff -p -u -r1.8 canonicalize
--- modules/canonicalize        28 Jun 2005 11:21:07 -0000      1.8
+++ modules/canonicalize        21 Aug 2006 21:44:51 -0000
@@ -19,6 +19,7 @@ configure.ac:
 AC_FUNC_CANONICALIZE_FILE_NAME
 
 Makefile.am:
+EXTRA_DIST += canonicalize.h
 
 Include:
 "canonicalize.h"
Index: modules/chdir-long
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/chdir-long,v
retrieving revision 1.5
diff -p -u -r1.5 chdir-long
--- modules/chdir-long  6 May 2005 17:22:45 -0000       1.5
+++ modules/chdir-long  21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_FUNC_CHDIR_LONG
 
 Makefile.am:
+EXTRA_DIST += chdir-long.h
 
 Include:
 "chdir-long.h"
Index: modules/chdir-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/chdir-safer,v
retrieving revision 1.1
diff -p -u -r1.1 chdir-safer
--- modules/chdir-safer 10 Aug 2006 13:40:17 -0000      1.1
+++ modules/chdir-safer 21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_CHDIR_SAFER
 
 Makefile.am:
+EXTRA_DIST += chdir-safer.h
 
 Include:
 "chdir-safer.h"
Index: modules/cloexec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/cloexec,v
retrieving revision 1.3
diff -p -u -r1.3 cloexec
--- modules/cloexec     21 Mar 2005 22:07:25 -0000      1.3
+++ modules/cloexec     21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_CLOEXEC
 
 Makefile.am:
+EXTRA_DIST += cloexec.h
 
 Include:
 "cloexec.h"
Index: modules/close-stream
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/close-stream,v
retrieving revision 1.1
diff -p -u -r1.1 close-stream
--- modules/close-stream        23 Jul 2006 13:42:52 -0000      1.1
+++ modules/close-stream        21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_CLOSE_STREAM
 
 Makefile.am:
+EXTRA_DIST += close-stream.h
 
 Include:
 "close-stream.h"
Index: modules/closeout
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/closeout,v
retrieving revision 1.14
diff -p -u -r1.14 closeout
--- modules/closeout    22 Jul 2006 22:13:57 -0000      1.14
+++ modules/closeout    21 Aug 2006 21:44:51 -0000
@@ -17,6 +17,7 @@ configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
+EXTRA_DIST += closeout.h
 
 Include:
 "closeout.h"
Index: modules/cycle-check
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/cycle-check,v
retrieving revision 1.8
diff -p -u -r1.8 cycle-check
--- modules/cycle-check 21 Aug 2006 06:11:26 -0000      1.8
+++ modules/cycle-check 21 Aug 2006 21:44:51 -0000
@@ -16,7 +16,7 @@ configure.ac:
 gl_CYCLE_CHECK
 
 Makefile.am:
-lib_SOURCES += cycle-check.h
+EXTRA_DIST += cycle-check.h
 
 Include:
 "cycle-check.h"
Index: modules/dev-ino
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/dev-ino,v
retrieving revision 1.1
diff -p -u -r1.1 dev-ino
--- modules/dev-ino     10 Aug 2006 13:40:17 -0000      1.1
+++ modules/dev-ino     21 Aug 2006 21:44:51 -0000
@@ -3,14 +3,13 @@ declare a simple (device, inode) struct
 
 Files:
 lib/dev-ino.h
-m4/dev-ino.m4
 
 Depends-on:
 
 configure.ac:
-gl_STRUCT_DEV_INO
 
 Makefile.am:
+EXTRA_DIST += dev-ino.h
 
 Include:
 "dev-ino.h"
Index: modules/dirfd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/dirfd,v
retrieving revision 1.7
diff -p -u -r1.7 dirfd
--- modules/dirfd       18 May 2005 06:55:02 -0000      1.7
+++ modules/dirfd       21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_DIRFD
 
 Makefile.am:
+EXTRA_DIST += dirfd.h
 
 Include:
 "dirfd.h"
Index: modules/dirname
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/dirname,v
retrieving revision 1.8
diff -p -u -r1.8 dirname
--- modules/dirname     3 Jul 2006 17:50:36 -0000       1.8
+++ modules/dirname     21 Aug 2006 21:44:51 -0000
@@ -19,7 +19,7 @@ configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += basename.c stripslash.c
+EXTRA_DIST += dirname.h
 
 Include:
 "dirname.h"
Index: modules/exclude
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/exclude,v
retrieving revision 1.7
diff -p -u -r1.7 exclude
--- modules/exclude     2 Oct 2005 22:44:15 -0000       1.7
+++ modules/exclude     21 Aug 2006 21:44:51 -0000
@@ -17,6 +17,7 @@ configure.ac:
 gl_EXCLUDE
 
 Makefile.am:
+EXTRA_DIST += exclude.h
 
 Include:
 "exclude.h"
Index: modules/exitfail
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/exitfail,v
retrieving revision 1.6
diff -p -u -r1.6 exitfail
--- modules/exitfail    21 Mar 2005 22:07:25 -0000      1.6
+++ modules/exitfail    21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_EXITFAIL
 
 Makefile.am:
+EXTRA_DIST += exitfail.h
 
 Include:
 "exitfail.h"
Index: modules/fcntl-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fcntl-safer,v
retrieving revision 1.5
diff -p -u -r1.5 fcntl-safer
--- modules/fcntl-safer 27 Aug 2005 14:29:31 -0000      1.5
+++ modules/fcntl-safer 21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_FCNTL_SAFER
 
 Makefile.am:
+EXTRA_DIST += fcntl-safer.h fcntl--.h
 
 Include:
 "fcntl-safer.h"
Index: modules/file-type
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/file-type,v
retrieving revision 1.8
diff -p -u -r1.8 file-type
--- modules/file-type   6 Jul 2005 15:58:47 -0000       1.8
+++ modules/file-type   21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_FILE_TYPE
 
 Makefile.am:
+EXTRA_DIST += file-type.h
 
 Include:
 "file-type.h"
Index: modules/filemode
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/filemode,v
retrieving revision 1.8
diff -p -u -r1.8 filemode
--- modules/filemode    21 Aug 2006 06:11:26 -0000      1.8
+++ modules/filemode    21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
+EXTRA_DIST += filemode.h
 
 Include:
 "filemode.h"
Index: modules/filenamecat
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/filenamecat,v
retrieving revision 1.1
diff -p -u -r1.1 filenamecat
--- modules/filenamecat 2 Jun 2005 20:41:08 -0000       1.1
+++ modules/filenamecat 21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_FILE_NAME_CONCAT
 
 Makefile.am:
+EXTRA_DIST += filenamecat.h
 
 Include:
 "filenamecat.h"
Index: modules/fopen-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fopen-safer,v
retrieving revision 1.1
diff -p -u -r1.1 fopen-safer
--- modules/fopen-safer 25 Jul 2006 06:20:19 -0000      1.1
+++ modules/fopen-safer 21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_FOPEN_SAFER
 
 Makefile.am:
+EXTRA_DIST += stdio-safer.h stdio--.h
 
 Include:
 "stdio-safer.h"
Index: modules/fpending
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fpending,v
retrieving revision 1.6
diff -p -u -r1.6 fpending
--- modules/fpending    21 Mar 2005 22:07:25 -0000      1.6
+++ modules/fpending    21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_FPENDING
 
 Makefile.am:
+EXTRA_DIST += __fpending.h
 
 Include:
 "__fpending.h"
Index: modules/fprintftime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fprintftime,v
retrieving revision 1.1
diff -p -u -r1.1 fprintftime
--- modules/fprintftime 16 Dec 2005 15:04:59 -0000      1.1
+++ modules/fprintftime 21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_FPRINTFTIME
 
 Makefile.am:
+EXTRA_DIST += fprintftime.h
 
 Include:
 "fprintftime.h"
Index: modules/fsusage
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fsusage,v
retrieving revision 1.8
diff -p -u -r1.8 fsusage
--- modules/fsusage     21 Aug 2006 06:11:26 -0000      1.8
+++ modules/fsusage     21 Aug 2006 21:44:51 -0000
@@ -15,7 +15,7 @@ configure.ac:
 gl_FSUSAGE
 
 Makefile.am:
-lib_SOURCES += fsusage.h
+EXTRA_DIST += fsusage.h
 
 Include:
 "fsusage.h"
Index: modules/fts
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fts,v
retrieving revision 1.5
diff -p -u -r1.5 fts
--- modules/fts 17 Aug 2006 20:34:21 -0000      1.5
+++ modules/fts 21 Aug 2006 21:44:51 -0000
@@ -21,6 +21,7 @@ configure.ac:
 gl_FUNC_FTS
 
 Makefile.am:
+EXTRA_DIST += fts_.h fts-cycle.c
 
 Include:
 "fts_.h"
Index: modules/getcwd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getcwd,v
retrieving revision 1.9
diff -p -u -r1.9 getcwd
--- modules/getcwd      21 Aug 2006 06:11:26 -0000      1.9
+++ modules/getcwd      21 Aug 2006 21:44:51 -0000
@@ -18,6 +18,7 @@ configure.ac:
 gl_FUNC_GETCWD
 
 Makefile.am:
+EXTRA_DIST += getcwd.h
 
 Include:
 "getcwd.h"
Index: modules/getdate
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getdate,v
retrieving revision 1.13
diff -p -u -r1.13 getdate
--- modules/getdate     12 May 2005 15:22:34 -0000      1.13
+++ modules/getdate     21 Aug 2006 21:44:51 -0000
@@ -21,9 +21,10 @@ configure.ac:
 gl_GETDATE
 
 Makefile.am:
+lib_SOURCES += getdate.y
 BUILT_SOURCES += getdate.c
 MAINTAINERCLEANFILES += getdate.c
-EXTRA_DIST += getdate.c
+EXTRA_DIST += getdate.c getdate.h
 
 Include:
 "getdate.h"
Index: modules/gethrxtime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/gethrxtime,v
retrieving revision 1.3
diff -p -u -r1.3 gethrxtime
--- modules/gethrxtime  10 Nov 2005 20:19:38 -0000      1.3
+++ modules/gethrxtime  21 Aug 2006 21:44:51 -0000
@@ -17,6 +17,7 @@ configure.ac:
 gl_GETHRXTIME
 
 Makefile.am:
+EXTRA_DIST += gethrxtime.h xtime.h
 
 Include:
 #include "xtime.h"
Index: modules/getpagesize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getpagesize,v
retrieving revision 1.6
diff -p -u -r1.6 getpagesize
--- modules/getpagesize 5 Jul 2005 07:14:00 -0000       1.6
+++ modules/getpagesize 21 Aug 2006 21:44:51 -0000
@@ -11,6 +11,7 @@ configure.ac:
 gl_GETPAGESIZE
 
 Makefile.am:
+EXTRA_DIST += getpagesize.h
 
 Include:
 "getpagesize.h"
Index: modules/getpass
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getpass,v
retrieving revision 1.8
diff -p -u -r1.8 getpass
--- modules/getpass     21 Mar 2005 22:07:25 -0000      1.8
+++ modules/getpass     21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_FUNC_GETPASS
 
 Makefile.am:
+EXTRA_DIST += getpass.h
 
 Include:
 "getpass.h"
Index: modules/glob
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/glob,v
retrieving revision 1.6
diff -p -u -r1.6 glob
--- modules/glob        21 Aug 2006 06:11:26 -0000      1.6
+++ modules/glob        21 Aug 2006 21:44:51 -0000
@@ -25,6 +25,7 @@ gl_GLOB
 
 Makefile.am:
 BUILT_SOURCES += $(GLOB_H)
+EXTRA_DIST += glob_.h glob-libc.h
 
 # We need the following in order to create <glob.h> when the system
 # doesn't have one that works with the given compiler.
Index: modules/group-member
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/group-member,v
retrieving revision 1.7
diff -p -u -r1.7 group-member
--- modules/group-member        21 Mar 2005 22:07:25 -0000      1.7
+++ modules/group-member        21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_FUNC_GROUP_MEMBER
 
 Makefile.am:
+EXTRA_DIST += group-member.h
 
 Include:
 "group-member.h"
Index: modules/hard-locale
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/hard-locale,v
retrieving revision 1.7
diff -p -u -r1.7 hard-locale
--- modules/hard-locale 6 May 2005 17:22:45 -0000       1.7
+++ modules/hard-locale 21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_HARD_LOCALE
 
 Makefile.am:
+EXTRA_DIST += hard-locale.h
 
 Include:
 "hard-locale.h"
Index: modules/hash
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/hash,v
retrieving revision 1.9
diff -p -u -r1.9 hash
--- modules/hash        23 Mar 2005 13:08:53 -0000      1.9
+++ modules/hash        21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_HASH
 
 Makefile.am:
+EXTRA_DIST += hash.h
 
 Include:
 "hash.h"
Index: modules/human
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/human,v
retrieving revision 1.11
diff -p -u -r1.11 human
--- modules/human       21 Aug 2006 06:11:26 -0000      1.11
+++ modules/human       21 Aug 2006 21:44:51 -0000
@@ -20,7 +20,7 @@ configure.ac:
 gl_HUMAN
 
 Makefile.am:
-lib_SOURCES += human.h
+EXTRA_DIST += human.h
 
 Include:
 "human.h"
Index: modules/inttypes
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/inttypes,v
retrieving revision 1.4
diff -p -u -r1.4 inttypes
--- modules/inttypes    4 Jul 2006 06:37:10 -0000       1.4
+++ modules/inttypes    21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_INTTYPES_H
 
 Makefile.am:
+EXTRA_DIST += inttypes.h
 
 Include:
 #include <inttypes.h>
Index: modules/lchmod
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/lchmod,v
retrieving revision 1.1
diff -p -u -r1.1 lchmod
--- modules/lchmod      21 Aug 2006 06:11:26 -0000      1.1
+++ modules/lchmod      21 Aug 2006 21:44:51 -0000
@@ -11,6 +11,7 @@ configure.ac:
 gl_FUNC_LCHMOD
 
 Makefile.am:
+EXTRA_DIST += lchmod.h
 
 Include:
 "lchown.h"
Index: modules/lchown
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/lchown,v
retrieving revision 1.9
diff -p -u -r1.9 lchown
--- modules/lchown      22 Mar 2005 07:44:16 -0000      1.9
+++ modules/lchown      21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_FUNC_LCHOWN
 
 Makefile.am:
+EXTRA_DIST += lchown.h
 
 Include:
 "lchown.h"
Index: modules/long-options
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/long-options,v
retrieving revision 1.5
diff -p -u -r1.5 long-options
--- modules/long-options        21 Mar 2005 22:07:25 -0000      1.5
+++ modules/long-options        21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_LONG_OPTIONS
 
 Makefile.am:
+EXTRA_DIST += long-options.h
 
 Include:
 "long-options.h"
Index: modules/lstat
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/lstat,v
retrieving revision 1.8
diff -p -u -r1.8 lstat
--- modules/lstat       14 Feb 2006 23:00:23 -0000      1.8
+++ modules/lstat       21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_FUNC_LSTAT
 
 Makefile.am:
+EXTRA_DIST += lstat.h
 
 Include:
 "lstat.h"
Index: modules/md5
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/md5,v
retrieving revision 1.9
diff -p -u -r1.9 md5
--- modules/md5 17 Oct 2005 12:55:00 -0000      1.9
+++ modules/md5 21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_MD5
 
 Makefile.am:
+lib_SOURCES += md5.h
 
 Include:
 "md5.h"
Index: modules/memcasecmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memcasecmp,v
retrieving revision 1.5
diff -p -u -r1.5 memcasecmp
--- modules/memcasecmp  21 Mar 2005 22:07:25 -0000      1.5
+++ modules/memcasecmp  21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_MEMCASECMP
 
 Makefile.am:
+EXTRA_DIST += memcasecmp.h
 
 Include:
 "memcasecmp.h"
Index: modules/memcoll
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memcoll,v
retrieving revision 1.5
diff -p -u -r1.5 memcoll
--- modules/memcoll     21 Mar 2005 22:07:25 -0000      1.5
+++ modules/memcoll     21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_MEMCOLL
 
 Makefile.am:
+EXTRA_DIST += memcoll.h
 
 Include:
 "memcoll.h"
Index: modules/mempcpy
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/mempcpy,v
retrieving revision 1.4
diff -p -u -r1.4 mempcpy
--- modules/mempcpy     11 Oct 2005 06:53:48 -0000      1.4
+++ modules/mempcpy     21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_MEMPCPY
 
 Makefile.am:
+EXTRA_DIST += mempcpy.h
 
 Include:
 "mempcpy.h"
Index: modules/memrchr
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memrchr,v
retrieving revision 1.5
diff -p -u -r1.5 memrchr
--- modules/memrchr     3 Feb 2005 20:38:15 -0000       1.5
+++ modules/memrchr     21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_MEMRCHR
 
 Makefile.am:
+EXTRA_DIST += memrchr.h
 
 Include:
 "memrchr.h"
Index: modules/memxor
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memxor,v
retrieving revision 1.2
diff -p -u -r1.2 memxor
--- modules/memxor      9 Aug 2006 22:52:40 -0000       1.2
+++ modules/memxor      21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_MEMXOR
 
 Makefile.am:
+EXTRA_DIST += memxor.h
 
 Include:
 "memxor.h"
Index: modules/mkancesdirs
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/mkancesdirs,v
retrieving revision 1.1
diff -p -u -r1.1 mkancesdirs
--- modules/mkancesdirs 17 Jul 2006 06:06:48 -0000      1.1
+++ modules/mkancesdirs 21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_MKANCESDIRS
 
 Makefile.am:
+EXTRA_DIST += mkancesdirs.h
 
 Include:
 "mkancesdirs.h"
Index: modules/mkdir-p
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/mkdir-p,v
retrieving revision 1.6
diff -p -u -r1.6 mkdir-p
--- modules/mkdir-p     21 Aug 2006 06:11:26 -0000      1.6
+++ modules/mkdir-p     21 Aug 2006 21:44:51 -0000
@@ -22,6 +22,7 @@ configure.ac:
 gl_MKDIR_PARENTS
 
 Makefile.am:
+lib+SOURCES += dirchownmod.h mkdir-p.h
 
 Include:
 "mkdir-p.h"
Index: modules/modechange
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/modechange,v
retrieving revision 1.6
diff -p -u -r1.6 modechange
--- modules/modechange  2 May 2005 07:00:50 -0000       1.6
+++ modules/modechange  21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_MODECHANGE
 
 Makefile.am:
+EXTRA_DIST += modechange.h
 
 Include:
 "modechange.h"
Index: modules/mountlist
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/mountlist,v
retrieving revision 1.8
diff -p -u -r1.8 mountlist
--- modules/mountlist   19 Jan 2006 04:40:47 -0000      1.8
+++ modules/mountlist   21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_MOUNTLIST
 
 Makefile.am:
+EXTRA_DIST += mountlist.h
 
 Include:
 "mountlist.h"
Index: modules/openat
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/openat,v
retrieving revision 1.11
diff -p -u -r1.11 openat
--- modules/openat      21 Aug 2006 09:49:06 -0000      1.11
+++ modules/openat      21 Aug 2006 21:44:51 -0000
@@ -23,6 +23,7 @@ configure.ac:
 gl_FUNC_OPENAT
 
 Makefile.am:
+EXTRA_DIST += at-func.c openat.h openat-priv.h
 
 Include:
 "openat.h"
Index: modules/pathmax
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/pathmax,v
retrieving revision 1.6
diff -p -u -r1.6 pathmax
--- modules/pathmax     19 Sep 2005 17:44:46 -0000      1.6
+++ modules/pathmax     21 Aug 2006 21:44:51 -0000
@@ -11,6 +11,7 @@ configure.ac:
 gl_PATHMAX
 
 Makefile.am:
+EXTRA_DIST += pathmax.h
 
 Include:
 "pathmax.h"
Index: modules/physmem
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/physmem,v
retrieving revision 1.5
diff -p -u -r1.5 physmem
--- modules/physmem     21 Mar 2005 22:07:25 -0000      1.5
+++ modules/physmem     21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_PHYSMEM
 
 Makefile.am:
+EXTRA_DIST += physmem.h
 
 Include:
 "physmem.h"
Index: modules/posixtm
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/posixtm,v
retrieving revision 1.8
diff -p -u -r1.8 posixtm
--- modules/posixtm     6 May 2005 17:22:45 -0000       1.8
+++ modules/posixtm     21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_POSIXTM
 
 Makefile.am:
+EXTRA_DIST += posixtm.h
 
 Include:
 "posixtm.h"
Index: modules/posixver
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/posixver,v
retrieving revision 1.5
diff -p -u -r1.5 posixver
--- modules/posixver    21 Mar 2005 22:07:25 -0000      1.5
+++ modules/posixver    21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_POSIXVER
 
 Makefile.am:
+EXTRA_DIST += posixver.h
 
 Include:
 "posixver.h"
Index: modules/quote
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/quote,v
retrieving revision 1.5
diff -p -u -r1.5 quote
--- modules/quote       21 Mar 2005 22:07:25 -0000      1.5
+++ modules/quote       21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_QUOTE
 
 Makefile.am:
+EXTRA_DIST += quote.h
 
 Include:
 "quote.h"
Index: modules/quotearg
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/quotearg,v
retrieving revision 1.7
diff -p -u -r1.7 quotearg
--- modules/quotearg    6 Jul 2005 15:58:47 -0000       1.7
+++ modules/quotearg    21 Aug 2006 21:44:51 -0000
@@ -17,6 +17,7 @@ configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
+EXTRA_DIST += quotearg.h
 
 Include:
 "quotearg.h"
Index: modules/readtokens
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/readtokens,v
retrieving revision 1.7
diff -p -u -r1.7 readtokens
--- modules/readtokens  6 May 2005 17:22:45 -0000       1.7
+++ modules/readtokens  21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_READTOKENS
 
 Makefile.am:
+EXTRA_DIST += readtokens.h
 
 Include:
 "readtokens.h"
Index: modules/readutmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/readutmp,v
retrieving revision 1.9
diff -p -u -r1.9 readutmp
--- modules/readutmp    10 Jan 2006 22:02:14 -0000      1.9
+++ modules/readutmp    21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_READUTMP
 
 Makefile.am:
+EXTRA_DIST += readutmp.h
 
 Include:
 "readutmp.h"
Index: modules/regex
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/regex,v
retrieving revision 1.15
diff -p -u -r1.15 regex
--- modules/regex       21 Aug 2006 06:11:26 -0000      1.15
+++ modules/regex       21 Aug 2006 21:44:51 -0000
@@ -24,6 +24,7 @@ configure.ac:
 gl_REGEX
 
 Makefile.am:
+EXTRA_DIST += regcomp.c regex.h regex_internal.c regex_internal.h regexec.c
 
 Include:
 "regex.h"
Index: modules/safe-read
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/safe-read,v
retrieving revision 1.7
diff -p -u -r1.7 safe-read
--- modules/safe-read   12 Aug 2005 12:21:44 -0000      1.7
+++ modules/safe-read   21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_SAFE_READ
 
 Makefile.am:
+EXTRA_DIST += safe-read.h
 
 Include:
 "safe-read.h"
Index: modules/safe-write
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/safe-write,v
retrieving revision 1.6
diff -p -u -r1.6 safe-write
--- modules/safe-write  21 Mar 2005 22:07:25 -0000      1.6
+++ modules/safe-write  21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_SAFE_WRITE
 
 Makefile.am:
+EXTRA_DIST += safe-write.h
 
 Include:
 "safe-write.h"
Index: modules/same
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/same,v
retrieving revision 1.8
diff -p -u -r1.8 same
--- modules/same        10 Aug 2006 13:40:17 -0000      1.8
+++ modules/same        21 Aug 2006 21:44:51 -0000
@@ -18,6 +18,7 @@ configure.ac:
 gl_SAME
 
 Makefile.am:
+EXTRA_DIST += same.h
 
 Include:
 "same.h"
Index: modules/same-inode
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/same-inode,v
retrieving revision 1.1
diff -p -u -r1.1 same-inode
--- modules/same-inode  10 Aug 2006 13:40:17 -0000      1.1
+++ modules/same-inode  21 Aug 2006 21:44:51 -0000
@@ -3,14 +3,13 @@ compare inodes
 
 Files:
 lib/same-inode.h
-m4/same-inode.m4
 
 Depends-on:
 
 configure.ac:
-gl_SAME_INODE
 
 Makefile.am:
+EXTRA_DIST += same-inode.h
 
 Include:
 "same-inode.h"
Index: modules/save-cwd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/save-cwd,v
retrieving revision 1.10
diff -p -u -r1.10 save-cwd
--- modules/save-cwd    23 Sep 2005 04:15:13 -0000      1.10
+++ modules/save-cwd    21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_SAVE_CWD
 
 Makefile.am:
+EXTRA_DIST += save-cwd.h
 
 Include:
 "save-cwd.h"
Index: modules/savedir
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/savedir,v
retrieving revision 1.6
diff -p -u -r1.6 savedir
--- modules/savedir     29 Nov 2005 18:47:36 -0000      1.6
+++ modules/savedir     21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_SAVEDIR
 
 Makefile.am:
+EXTRA_DIST += savedir.h
 
 Include:
 "savedir.h"
Index: modules/sha1
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/sha1,v
retrieving revision 1.6
diff -p -u -r1.6 sha1
--- modules/sha1        24 Oct 2005 11:49:44 -0000      1.6
+++ modules/sha1        21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_SHA1
 
 Makefile.am:
+EXTRA_DIST += sha1.h
 
 Include:
 "sha1.h"
Index: modules/sig2str
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/sig2str,v
retrieving revision 1.7
diff -p -u -r1.7 sig2str
--- modules/sig2str     26 Feb 2006 08:45:03 -0000      1.7
+++ modules/sig2str     21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_FUNC_SIG2STR
 
 Makefile.am:
+EXTRA_DIST += sig2str.h
 
 Include:
 "sig2str.h"
Index: modules/stat-macros
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/stat-macros,v
retrieving revision 1.2
diff -p -u -r1.2 stat-macros
--- modules/stat-macros 9 May 2005 19:38:21 -0000       1.2
+++ modules/stat-macros 21 Aug 2006 21:44:51 -0000
@@ -11,6 +11,7 @@ configure.ac:
 gl_STAT_MACROS
 
 Makefile.am:
+EXTRA_DIST += stat-macros.h
 
 Include:
 "stat-macros.h"
Index: modules/stat-time
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/stat-time,v
retrieving revision 1.1
diff -p -u -r1.1 stat-time
--- modules/stat-time   16 Sep 2005 06:52:15 -0000      1.1
+++ modules/stat-time   21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_STAT_TIME
 
 Makefile.am:
+EXTRA_DIST += stat-time.h
 
 Include:
 "stat-time.h"
Index: modules/stdlib-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/stdlib-safer,v
retrieving revision 1.1
diff -p -u -r1.1 stdlib-safer
--- modules/stdlib-safer        21 Jul 2006 13:06:22 -0000      1.1
+++ modules/stdlib-safer        21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_STDLIB_SAFER
 
 Makefile.am:
+EXTRA_DIST += stdlib-safer.h stdlib--.h
 
 Include:
 "stdlib-safer.h"
Index: modules/strdup
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strdup,v
retrieving revision 1.6
diff -p -u -r1.6 strdup
--- modules/strdup      21 Mar 2005 22:07:25 -0000      1.6
+++ modules/strdup      21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_STRDUP
 
 Makefile.am:
+EXTRA_DIST += strdup.h
 
 Include:
 "strdup.h"
Index: modules/strftime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strftime,v
retrieving revision 1.15
diff -p -u -r1.15 strftime
--- modules/strftime    29 Jun 2006 21:15:00 -0000      1.15
+++ modules/strftime    21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_FUNC_GNU_STRFTIME
 
 Makefile.am:
+EXTRA_DIST += strftime.h
 
 Include:
 "strftime.h"
Index: modules/strndup
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strndup,v
retrieving revision 1.7
diff -p -u -r1.7 strndup
--- modules/strndup     21 Mar 2005 22:07:25 -0000      1.7
+++ modules/strndup     21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_FUNC_STRNDUP
 
 Makefile.am:
+EXTRA_DIST += strndup.h
 
 Include:
 "strndup.h"
Index: modules/strnlen
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strnlen,v
retrieving revision 1.7
diff -p -u -r1.7 strnlen
--- modules/strnlen     25 Jan 2006 00:16:39 -0000      1.7
+++ modules/strnlen     21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_STRNLEN
 
 Makefile.am:
+EXTRA_DIST += strnlen.h
 
 Include:
 "strnlen.h"
Index: modules/strverscmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/strverscmp,v
retrieving revision 1.5
diff -p -u -r1.5 strverscmp
--- modules/strverscmp  21 Mar 2005 22:07:25 -0000      1.5
+++ modules/strverscmp  21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_STRVERSCMP
 
 Makefile.am:
+EXTRA_DIST += strverscmp.h
 
 Include:
 "strverscmp.h"
Index: modules/time_r
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/time_r,v
retrieving revision 1.7
diff -p -u -r1.7 time_r
--- modules/time_r      9 Aug 2006 22:52:40 -0000       1.7
+++ modules/time_r      21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_TIME_R
 
 Makefile.am:
+EXTRA_DIST += time_r.h
 
 Include:
 "time_r.h"
Index: modules/timespec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/timespec,v
retrieving revision 1.7
diff -p -u -r1.7 timespec
--- modules/timespec    16 Sep 2005 06:52:15 -0000      1.7
+++ modules/timespec    21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_TIMESPEC
 
 Makefile.am:
+EXTRA_DIST += timespec.h
 
 Include:
 "timespec.h"
Index: modules/tmpfile-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/tmpfile-safer,v
retrieving revision 1.1
diff -p -u -r1.1 tmpfile-safer
--- modules/tmpfile-safer       25 Jul 2006 06:20:19 -0000      1.1
+++ modules/tmpfile-safer       21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_TMPFILE_SAFER
 
 Makefile.am:
+EXTRA_DIST += stdio-safer.h stdio--.h
 
 Include:
 "stdio-safer.h"
Index: modules/unistd-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/unistd-safer,v
retrieving revision 1.7
diff -p -u -r1.7 unistd-safer
--- modules/unistd-safer        31 Aug 2005 15:39:33 -0000      1.7
+++ modules/unistd-safer        21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_UNISTD_SAFER
 
 Makefile.am:
+EXTRA_DIST += unistd-safer.h unistd--.h
 
 Include:
 "unistd-safer.h"
Index: modules/unlinkdir
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/unlinkdir,v
retrieving revision 1.1
diff -p -u -r1.1 unlinkdir
--- modules/unlinkdir   15 May 2005 06:11:33 -0000      1.1
+++ modules/unlinkdir   21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_UNLINKDIR
 
 Makefile.am:
+EXTRA_DIST += unlinkdir.h
 
 Include:
 "unlinkdir.h"
Index: modules/unlocked-io
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/unlocked-io,v
retrieving revision 1.7
diff -p -u -r1.7 unlocked-io
--- modules/unlocked-io 21 Mar 2005 22:07:25 -0000      1.7
+++ modules/unlocked-io 21 Aug 2006 21:44:51 -0000
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_GLIBC_UNLOCKED_IO
 
 Makefile.am:
+EXTRA_DIST += unlocked-io.h
 
 Include:
 "unlocked-io.h"
Index: modules/userspec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/userspec,v
retrieving revision 1.14
diff -p -u -r1.14 userspec
--- modules/userspec    26 Feb 2006 08:45:03 -0000      1.14
+++ modules/userspec    21 Aug 2006 21:44:51 -0000
@@ -20,6 +20,7 @@ configure.ac:
 gl_USERSPEC
 
 Makefile.am:
+EXTRA_DIST += userspec.h
 
 Include:
 "userspec.h"
Index: modules/utimecmp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/utimecmp,v
retrieving revision 1.9
diff -p -u -r1.9 utimecmp
--- modules/utimecmp    21 Aug 2006 06:11:26 -0000      1.9
+++ modules/utimecmp    21 Aug 2006 21:44:51 -0000
@@ -21,6 +21,7 @@ configure.ac:
 gl_UTIMECMP
 
 Makefile.am:
+EXTRA_DIST += utimecmp.h
 
 Include:
 "utimecmp.h"
Index: modules/utimens
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/utimens,v
retrieving revision 1.4
diff -p -u -r1.4 utimens
--- modules/utimens     8 Sep 2005 21:45:38 -0000       1.4
+++ modules/utimens     21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_UTIMENS
 
 Makefile.am:
+EXTRA_DIST += utimens.h
 
 Include:
 "utimens.h"
Index: modules/xalloc
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xalloc,v
retrieving revision 1.16
diff -p -u -r1.16 xalloc
--- modules/xalloc      15 Jul 2005 21:06:16 -0000      1.16
+++ modules/xalloc      21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_XALLOC
 
 Makefile.am:
+EXTRA_DIST += xalloc.h
 
 Include:
 "xalloc.h"
Index: modules/xgetcwd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xgetcwd,v
retrieving revision 1.7
diff -p -u -r1.7 xgetcwd
--- modules/xgetcwd     24 Aug 2005 06:23:07 -0000      1.7
+++ modules/xgetcwd     21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_XGETCWD
 
 Makefile.am:
+EXTRA_DIST += xgetcwd.h
 
 Include:
 "xgetcwd.h"
Index: modules/xnanosleep
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xnanosleep,v
retrieving revision 1.8
diff -p -u -r1.8 xnanosleep
--- modules/xnanosleep  21 Aug 2006 06:11:26 -0000      1.8
+++ modules/xnanosleep  21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_XNANOSLEEP
 
 Makefile.am:
+EXTRA_DIST += xnanosleep.h
 
 Include:
 "xnanosleep.h"
Index: modules/xreadlink
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xreadlink,v
retrieving revision 1.8
diff -p -u -r1.8 xreadlink
--- modules/xreadlink   3 Oct 2005 04:28:00 -0000       1.8
+++ modules/xreadlink   21 Aug 2006 21:44:51 -0000
@@ -15,6 +15,7 @@ configure.ac:
 gl_XREADLINK
 
 Makefile.am:
+EXTRA_DIST += xreadlink.h
 
 Include:
 "xreadlink.h"
Index: modules/xstrtod
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xstrtod,v
retrieving revision 1.6
diff -p -u -r1.6 xstrtod
--- modules/xstrtod     25 Feb 2006 05:07:39 -0000      1.6
+++ modules/xstrtod     21 Aug 2006 21:44:51 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_XSTRTOD
 
 Makefile.am:
+EXTRA_DIST += xstrtod.h
 
 Include:
 "xstrtod.h"
Index: modules/xstrtol
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xstrtol,v
retrieving revision 1.12
diff -p -u -r1.12 xstrtol
--- modules/xstrtol     21 Aug 2006 06:11:26 -0000      1.12
+++ modules/xstrtol     21 Aug 2006 21:44:51 -0000
@@ -17,7 +17,7 @@ configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h
+EXTRA_DIST += xstrtol.h
 
 Include:
 "xstrtol.h"
Index: modules/xstrtold
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xstrtold,v
retrieving revision 1.1
diff -p -u -r1.1 xstrtold
--- modules/xstrtold    3 Jul 2006 08:32:46 -0000       1.1
+++ modules/xstrtold    21 Aug 2006 21:44:51 -0000
@@ -14,6 +14,7 @@ configure.ac:
 gl_XSTRTOLD
 
 Makefile.am:
+EXTRA_DIST += xstrtod.c xstrtod.h
 
 Include:
 "xstrtod.h"
Index: modules/yesno
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/yesno,v
retrieving revision 1.10
diff -p -u -r1.10 yesno
--- modules/yesno       15 May 2005 04:45:43 -0000      1.10
+++ modules/yesno       21 Aug 2006 21:44:51 -0000
@@ -16,6 +16,7 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
+EXTRA_DIST += yesno.h
 
 Include:
 "yesno.h"
--- /dev/null   2005-09-24 22:00:15.000000000 -0700
+++ m4/argmatch.m4      2006-08-21 14:06:12.000000000 -0700
@@ -0,0 +1,10 @@
+#serial 3
+dnl Copyright (C) 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.
+
+AC_DEFUN([gl_ARGMATCH],
+[
+  AC_LIBOBJ([argmatch])
+])




reply via email to

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