Remove lib_SOURCES line from Makefile.am section of modules where this
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:07:25 +0000 (22:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:07:25 +0000 (22:07 +0000)
is now done automatically by the corresponding Autoconf macro.

64 files changed:
ChangeLog
modules/acl
modules/backupfile
modules/c-strtod
modules/c-strtold
modules/canon-host
modules/canonicalize
modules/cloexec
modules/closeout
modules/dirfd
modules/dirname
modules/exclude
modules/exitfail
modules/file-type
modules/filemode
modules/fpending
modules/fsusage
modules/getcwd
modules/getdate
modules/getline
modules/getpagesize
modules/getpass
modules/getugroups
modules/group-member
modules/hard-locale
modules/hash
modules/human
modules/idcache
modules/inttostr
modules/long-options
modules/makepath
modules/md5
modules/memcasecmp
modules/memcoll
modules/modechange
modules/mountlist
modules/path-concat
modules/pathmax
modules/physmem
modules/posixtm
modules/posixver
modules/quote
modules/quotearg
modules/readtokens
modules/readutmp
modules/safe-read
modules/safe-write
modules/same
modules/savedir
modules/settime
modules/sha1
modules/sig2str
modules/strdup
modules/strftime
modules/strndup
modules/strverscmp
modules/timespec
modules/unlocked-io
modules/userspec
modules/utimecmp
modules/utimens
modules/xalloc
modules/xstrtol
modules/yesno

index fc8d697..ac3654b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/chdir-long (Depends-on): Add mempcpy.
+
+       * modules/acl, modules/backupfile, modules/c-strtod,
+       modules/c-strtold, modules/canon-host, modules/canonicalize,
+       modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
+       modules/exclude, modules/exitfail, modules/file-type,
+       modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
+       modules/getdate, modules/getline, modules/getpagesize,
+       modules/getpass, modules/getugroups, modules/group-member,
+       modules/hard-locale, modules/hash, modules/human, modules/idcache,
+       modules/inttostr, modules/long-options, modules/makepath,
+       modules/md5, modules/memcasecmp, modules/memcoll,
+       modules/modechange, modules/mountlist, modules/path-concat,
+       modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
+       modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
+       modules/safe-read, modules/safe-write, modules/same, modules/savedir,
+       modules/settime, modules/sha1, modules/sig2str, modules/strdup,
+       modules/strftime, modules/strndup, modules/strverscmp,
+       modules/timespec, modules/unlocked-io, modules/userspec,
+       modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
+       modules/yesno:
+       Remove lib_SOURCES line from Makefile.am section, as this is now
+       done automatically by the corresponding Autoconf macro.
+
 2005-03-16  Bruno Haible  <bruno@clisp.org>
 
        * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
index 10fc973..758e4a1 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 AC_FUNC_ACL
 
 Makefile.am:
-lib_SOURCES += acl.h acl.c
 
 Include:
 "acl.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index c9c313f..15ff8f9 100644 (file)
@@ -17,7 +17,6 @@ configure.ac:
 gl_BACKUPFILE
 
 Makefile.am:
-lib_SOURCES += backupfile.h backupfile.c
 
 Include:
 "backupfile.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index 8f16e32..511d16b 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c
 
 Include:
 "c-strtod.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index e9b9329..764145a 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_C_STRTOLD
 
 Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c c-strtold.c
 
 Include:
 "c-strtod.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index c7479b3..0873691 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_CANON_HOST
 
 Makefile.am:
-lib_SOURCES += canon-host.c
 
 Include:
 
index 84def7e..df7171c 100644 (file)
@@ -18,7 +18,6 @@ configure.ac:
 AC_FUNC_CANONICALIZE_FILE_NAME
 
 Makefile.am:
-lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h
 
 Include:
 "canonicalize.h"
index d9ecea8..60c04c5 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_CLOEXEC
 
 Makefile.am:
-lib_SOURCES += cloexec.c cloexec.h
 
 Include:
 "cloexec.h"
index 7759e9c..4c5120f 100644 (file)
@@ -18,7 +18,6 @@ configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-lib_SOURCES += closeout.h closeout.c
 
 Include:
 "closeout.h"
index 5482402..1ea1c82 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_DIRFD
 
 Makefile.am:
-lib_SOURCES += dirfd.h
 
 Include:
 "dirfd.h"
index 4b18741..ccf2a33 100644 (file)
@@ -16,7 +16,7 @@ configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+lib_SOURCES += basename.c stripslash.c
 
 Include:
 "dirname.h"
@@ -26,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 1327ed8..976e494 100644 (file)
@@ -16,7 +16,6 @@ configure.ac:
 gl_EXCLUDE
 
 Makefile.am:
-lib_SOURCES += exclude.h exclude.c
 
 Include:
 "exclude.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
index 05c61d7..26f5a92 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_EXITFAIL
 
 Makefile.am:
-lib_SOURCES += exitfail.h exitfail.c
 
 Include:
 "exitfail.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
index c0d150c..fe9909e 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_FILE_TYPE
 
 Makefile.am:
-lib_SOURCES += file-type.h file-type.c stat-macros.h
 
 Include:
 "file-type.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index 7203b0c..14567eb 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
-lib_SOURCES += filemode.h filemode.c stat-macros.h
 
 Include:
 "filemode.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 1587206..abdcada 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_FPENDING
 
 Makefile.am:
-lib_SOURCES += __fpending.h
 
 Include:
 "__fpending.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 6d4b9db..9102d0e 100644 (file)
@@ -17,7 +17,6 @@ configure.ac:
 gl_FSUSAGE
 
 Makefile.am:
-lib_SOURCES += fsusage.h
 
 Include:
 "fsusage.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index ed46a17..53be607 100644 (file)
@@ -15,7 +15,6 @@ configure.ac:
 gl_FUNC_GETCWD
 
 Makefile.am:
-lib_SOURCES += getcwd.h
 
 Include:
 "getcwd.h"
index 93fe8e6..583dd36 100644 (file)
@@ -21,7 +21,6 @@ configure.ac:
 gl_GETDATE
 
 Makefile.am:
-lib_SOURCES += getdate.h getdate.y
 BUILT_SOURCES += getdate.c
 MAINTAINERCLEANFILES += getdate.c
 
index 273c3cf..dd45656 100644 (file)
@@ -16,7 +16,6 @@ configure.ac:
 AM_FUNC_GETLINE
 
 Makefile.am:
-lib_SOURCES += getline.h
 EXTRA_DIST += getndelim2.h getndelim2.c
 
 Include:
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 all
-
index 2dc6324..8720b24 100644 (file)
@@ -11,7 +11,6 @@ configure.ac:
 gl_GETPAGESIZE
 
 Makefile.am:
-lib_SOURCES += getpagesize.h
 
 Include:
 "getpagesize.h"
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 1d69183..52fc1a3 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_FUNC_GETPASS
 
 Makefile.am:
-lib_SOURCES += getpass.h
 
 Include:
 "getpass.h"
@@ -24,4 +23,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
index 1800e9f..930f0bd 100644 (file)
@@ -11,7 +11,6 @@ configure.ac:
 gl_GETUGROUPS
 
 Makefile.am:
-lib_SOURCES += getugroups.c
 
 Include:
 
@@ -20,4 +19,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index c9015ec..6432a4f 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_FUNC_GROUP_MEMBER
 
 Makefile.am:
-lib_SOURCES += group-member.h
 
 Include:
 "group-member.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index e92d881..7b8e203 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_HARD_LOCALE
 
 Makefile.am:
-lib_SOURCES += hard-locale.h hard-locale.c
 
 Include:
 "hard-locale.h"
index 2accfcb..f3ebfc3 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
index 5b7ff6a..439c32e 100644 (file)
@@ -23,7 +23,6 @@ configure.ac:
 gl_HUMAN
 
 Makefile.am:
-lib_SOURCES += human.h human.c
 
 Include:
 "human.h"
index d6e7405..05923d0 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_IDCACHE
 
 Makefile.am:
-lib_SOURCES += idcache.c
 
 Include:
 
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index b174451..7f819ba 100644 (file)
@@ -20,7 +20,6 @@ gl_INTTOSTR
 
 Makefile.am:
 EXTRA_DIST += inttostr.c
-lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"
index f643322..8b88081 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_LONG_OPTIONS
 
 Makefile.am:
-lib_SOURCES += long-options.h long-options.c
 
 Include:
 "long-options.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 363a9dd..05eacdb 100644 (file)
@@ -21,7 +21,6 @@ configure.ac:
 gl_MAKEPATH
 
 Makefile.am:
-lib_SOURCES += makepath.h makepath.c stat-macros.h
 
 Include:
 "makepath.h"
@@ -31,4 +30,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index e3f70df..3be5bf6 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_MD5
 
 Makefile.am:
-lib_SOURCES += md5.h md5.c
 
 Include:
 "md5.h"
@@ -23,4 +22,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
index b391580..c384791 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_MEMCASECMP
 
 Makefile.am:
-lib_SOURCES += memcasecmp.h memcasecmp.c
 
 Include:
 "memcasecmp.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index b963bc6..8792a7f 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_MEMCOLL
 
 Makefile.am:
-lib_SOURCES += memcoll.h memcoll.c
 
 Include:
 "memcoll.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index ff871fe..521608e 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_MODECHANGE
 
 Makefile.am:
-lib_SOURCES += modechange.h modechange.c
 
 Include:
 "modechange.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 56c4151..12a395a 100644 (file)
@@ -15,7 +15,6 @@ configure.ac:
 gl_MOUNTLIST
 
 Makefile.am:
-lib_SOURCES += mountlist.h
 
 Include:
 "mountlist.h"
@@ -25,4 +24,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 8d42b2e..e108c55 100644 (file)
@@ -16,7 +16,6 @@ configure.ac:
 gl_PATH_CONCAT
 
 Makefile.am:
-lib_SOURCES += path-concat.h path-concat.c
 
 Include:
 "path-concat.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 1fec5fa..93ba531 100644 (file)
@@ -11,7 +11,6 @@ configure.ac:
 gl_PATHMAX
 
 Makefile.am:
-lib_SOURCES += pathmax.h
 
 Include:
 "pathmax.h"
@@ -21,4 +20,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 7b77d6d..3cf13c0 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_PHYSMEM
 
 Makefile.am:
-lib_SOURCES += physmem.h physmem.c
 
 Include:
 "physmem.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index f0ac2f1..517127b 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_POSIXTM
 
 Makefile.am:
-lib_SOURCES += posixtm.h posixtm.c
 
 Include:
 "posixtm.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index b068cec..84891cd 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_POSIXVER
 
 Makefile.am:
-lib_SOURCES += posixver.h posixver.c
 
 Include:
 "posixver.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index 4d1c3b4..6e26f69 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_QUOTE
 
 Makefile.am:
-lib_SOURCES += quote.h quote.c
 
 Include:
 "quote.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
index 817089f..df7d335 100644 (file)
@@ -16,7 +16,6 @@ configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
-lib_SOURCES += quotearg.h quotearg.c
 
 Include:
 "quotearg.h"
@@ -26,4 +25,3 @@ GPL
 
 Maintainer:
 Paul Eggert
-
index a8dd145..c5826c0 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_READTOKENS
 
 Makefile.am:
-lib_SOURCES += readtokens.h readtokens.c
 
 Include:
 "readtokens.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 854b56f..64214da 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_READUTMP
 
 Makefile.am:
-lib_SOURCES += readutmp.h
 
 Include:
 "readutmp.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 0d356a6..8aeedc4 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAFE_READ
 
 Makefile.am:
-lib_SOURCES += safe-read.h safe-read.c
 
 Include:
 "safe-read.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering, Bruno Haible
-
index fd9d486..09d2d1d 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAFE_WRITE
 
 Makefile.am:
-lib_SOURCES += safe-write.h safe-write.c
 
 Include:
 "safe-write.h"
index 37ef600..5587ba2 100644 (file)
@@ -17,7 +17,6 @@ configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
@@ -27,4 +26,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index e53e7ab..fe9a027 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_SAVEDIR
 
 Makefile.am:
-lib_SOURCES += savedir.h savedir.c
 
 Include:
 "savedir.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 8d0d2e1..71da479 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_SETTIME
 
 Makefile.am:
-lib_SOURCES += settime.c
 
 Include:
 
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index 062cc28..a528d05 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_SHA1
 
 Makefile.am:
-lib_SOURCES += sha1.h sha1.c
 
 Include:
 "sha1.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 5f6fce5..66747da 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_FUNC_SIG2STR
 
 Makefile.am:
-lib_SOURCES += sig2str.h
 
 Include:
 "sig2str.h"
index d3bd14c..a421299 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_STRDUP
 
 Makefile.am:
-lib_SOURCES += strdup.h
 
 Include:
 "strdup.h"
@@ -22,4 +21,3 @@ LGPL
 
 Maintainer:
 all, glibc
-
index 468bbad..07abef6 100644 (file)
@@ -16,7 +16,6 @@ configure.ac:
 gl_FUNC_GNU_STRFTIME
 
 Makefile.am:
-lib_SOURCES += strftime.c strftime.h
 
 Include:
 "strftime.h"
@@ -26,4 +25,3 @@ LGPL
 
 Maintainer:
 glibc
-
index ed9c51c..6b434ec 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_FUNC_STRNDUP
 
 Makefile.am:
-lib_SOURCES += strndup.h
 
 Include:
 "strndup.h"
@@ -23,4 +22,3 @@ LGPL
 
 Maintainer:
 glibc
-
index 8956a4a..c6acf5b 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_STRVERSCMP
 
 Makefile.am:
-lib_SOURCES += strverscmp.h
 
 Include:
 "strverscmp.h"
@@ -22,4 +21,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
index a363392..dfd8183 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_TIMESPEC
 
 Makefile.am:
-lib_SOURCES += timespec.h
 
 Include:
 "timespec.h"
@@ -23,4 +22,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 3ce2322..000fe32 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_FUNC_GLIBC_UNLOCKED_IO
 
 Makefile.am:
-lib_SOURCES += unlocked-io.h
 
 Include:
 "unlocked-io.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 98521fc..10563e2 100644 (file)
@@ -18,7 +18,6 @@ configure.ac:
 gl_USERSPEC
 
 Makefile.am:
-lib_SOURCES += userspec.c userspec.h
 
 Include:
 "userspec.h"
index 64a4fa3..e4e6f43 100644 (file)
@@ -17,7 +17,6 @@ configure.ac:
 gl_UTIMECMP
 
 Makefile.am:
-lib_SOURCES += utimecmp.h utimecmp.c
 
 Include:
 "utimecmp.h"
index f630f1b..689b718 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_UTIMENS
 
 Makefile.am:
-lib_SOURCES += utimens.h utimens.c
 
 Include:
 "utimens.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-
index f077051..ba2de3f 100644 (file)
@@ -12,7 +12,6 @@ configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c
 
 Include:
 "xalloc.h"
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 all
-
index 04c825b..4b0eb1a 100644 (file)
@@ -22,7 +22,6 @@ configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 
 Include:
 "xstrtol.h"
index 05b7a20..ab82246 100644 (file)
@@ -14,7 +14,6 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
-lib_SOURCES += yesno.c yesno.h
 
 Include:
 "yesno.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-