# HG changeset patch # User Paul Eggert # Date 1111442845 0 # Node ID adf2be655aaeee8c9f6c339df7df26d5d9acc2e0 # Parent abd018cd602092a014fc8c6f84fd96c35b72bd42 Remove lib_SOURCES line from Makefile.am section of modules where this is now done automatically by the corresponding Autoconf macro. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-03-21 Paul Eggert + + * 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 * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of diff --git a/modules/acl b/modules/acl --- a/modules/acl +++ b/modules/acl @@ -12,7 +12,6 @@ AC_FUNC_ACL Makefile.am: -lib_SOURCES += acl.h acl.c Include: "acl.h" @@ -22,4 +21,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/backupfile b/modules/backupfile --- a/modules/backupfile +++ b/modules/backupfile @@ -17,7 +17,6 @@ gl_BACKUPFILE Makefile.am: -lib_SOURCES += backupfile.h backupfile.c Include: "backupfile.h" @@ -27,4 +26,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/c-strtod b/modules/c-strtod --- a/modules/c-strtod +++ b/modules/c-strtod @@ -13,7 +13,6 @@ gl_C_STRTOD Makefile.am: -lib_SOURCES += c-strtod.h c-strtod.c Include: "c-strtod.h" @@ -23,4 +22,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/c-strtold b/modules/c-strtold --- a/modules/c-strtold +++ b/modules/c-strtold @@ -14,7 +14,6 @@ gl_C_STRTOLD Makefile.am: -lib_SOURCES += c-strtod.h c-strtod.c c-strtold.c Include: "c-strtod.h" @@ -24,4 +23,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/canon-host b/modules/canon-host --- a/modules/canon-host +++ b/modules/canon-host @@ -13,7 +13,6 @@ gl_CANON_HOST Makefile.am: -lib_SOURCES += canon-host.c Include: diff --git a/modules/canonicalize b/modules/canonicalize --- a/modules/canonicalize +++ b/modules/canonicalize @@ -18,7 +18,6 @@ AC_FUNC_CANONICALIZE_FILE_NAME Makefile.am: -lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h Include: "canonicalize.h" diff --git a/modules/cloexec b/modules/cloexec --- a/modules/cloexec +++ b/modules/cloexec @@ -13,7 +13,6 @@ gl_CLOEXEC Makefile.am: -lib_SOURCES += cloexec.c cloexec.h Include: "cloexec.h" diff --git a/modules/closeout b/modules/closeout --- a/modules/closeout +++ b/modules/closeout @@ -18,7 +18,6 @@ gl_CLOSEOUT Makefile.am: -lib_SOURCES += closeout.h closeout.c Include: "closeout.h" diff --git a/modules/dirfd b/modules/dirfd --- a/modules/dirfd +++ b/modules/dirfd @@ -12,7 +12,6 @@ gl_FUNC_DIRFD Makefile.am: -lib_SOURCES += dirfd.h Include: "dirfd.h" diff --git a/modules/dirname b/modules/dirname --- a/modules/dirname +++ b/modules/dirname @@ -16,7 +16,7 @@ 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 @@ Maintainer: Jim Meyering - diff --git a/modules/exclude b/modules/exclude --- a/modules/exclude +++ b/modules/exclude @@ -16,7 +16,6 @@ gl_EXCLUDE Makefile.am: -lib_SOURCES += exclude.h exclude.c Include: "exclude.h" @@ -26,4 +25,3 @@ Maintainer: Paul Eggert - diff --git a/modules/exitfail b/modules/exitfail --- a/modules/exitfail +++ b/modules/exitfail @@ -13,7 +13,6 @@ gl_EXITFAIL Makefile.am: -lib_SOURCES += exitfail.h exitfail.c Include: "exitfail.h" @@ -23,4 +22,3 @@ Maintainer: Paul Eggert - diff --git a/modules/file-type b/modules/file-type --- a/modules/file-type +++ b/modules/file-type @@ -14,7 +14,6 @@ gl_FILE_TYPE Makefile.am: -lib_SOURCES += file-type.h file-type.c stat-macros.h Include: "file-type.h" @@ -24,4 +23,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/filemode b/modules/filemode --- a/modules/filemode +++ b/modules/filemode @@ -14,7 +14,6 @@ gl_FILEMODE Makefile.am: -lib_SOURCES += filemode.h filemode.c stat-macros.h Include: "filemode.h" @@ -24,4 +23,3 @@ Maintainer: Jim Meyering - diff --git a/modules/fpending b/modules/fpending --- a/modules/fpending +++ b/modules/fpending @@ -12,7 +12,6 @@ gl_FUNC_FPENDING Makefile.am: -lib_SOURCES += __fpending.h Include: "__fpending.h" @@ -22,4 +21,3 @@ Maintainer: Jim Meyering - diff --git a/modules/fsusage b/modules/fsusage --- a/modules/fsusage +++ b/modules/fsusage @@ -17,7 +17,6 @@ gl_FSUSAGE Makefile.am: -lib_SOURCES += fsusage.h Include: "fsusage.h" @@ -27,4 +26,3 @@ Maintainer: Jim Meyering - diff --git a/modules/getcwd b/modules/getcwd --- a/modules/getcwd +++ b/modules/getcwd @@ -15,7 +15,6 @@ gl_FUNC_GETCWD Makefile.am: -lib_SOURCES += getcwd.h Include: "getcwd.h" diff --git a/modules/getdate b/modules/getdate --- a/modules/getdate +++ b/modules/getdate @@ -21,7 +21,6 @@ gl_GETDATE Makefile.am: -lib_SOURCES += getdate.h getdate.y BUILT_SOURCES += getdate.c MAINTAINERCLEANFILES += getdate.c diff --git a/modules/getline b/modules/getline --- a/modules/getline +++ b/modules/getline @@ -16,7 +16,6 @@ AM_FUNC_GETLINE Makefile.am: -lib_SOURCES += getline.h EXTRA_DIST += getndelim2.h getndelim2.c Include: @@ -27,4 +26,3 @@ Maintainer: all - diff --git a/modules/getpagesize b/modules/getpagesize --- a/modules/getpagesize +++ b/modules/getpagesize @@ -11,7 +11,6 @@ gl_GETPAGESIZE Makefile.am: -lib_SOURCES += getpagesize.h Include: "getpagesize.h" @@ -21,4 +20,3 @@ Maintainer: Jim Meyering - diff --git a/modules/getpass b/modules/getpass --- a/modules/getpass +++ b/modules/getpass @@ -14,7 +14,6 @@ gl_FUNC_GETPASS Makefile.am: -lib_SOURCES += getpass.h Include: "getpass.h" @@ -24,4 +23,3 @@ Maintainer: Jim Meyering, glibc - diff --git a/modules/getugroups b/modules/getugroups --- a/modules/getugroups +++ b/modules/getugroups @@ -11,7 +11,6 @@ gl_GETUGROUPS Makefile.am: -lib_SOURCES += getugroups.c Include: @@ -20,4 +19,3 @@ Maintainer: Jim Meyering - diff --git a/modules/group-member b/modules/group-member --- a/modules/group-member +++ b/modules/group-member @@ -14,7 +14,6 @@ gl_FUNC_GROUP_MEMBER Makefile.am: -lib_SOURCES += group-member.h Include: "group-member.h" @@ -24,4 +23,3 @@ Maintainer: Jim Meyering - diff --git a/modules/hard-locale b/modules/hard-locale --- a/modules/hard-locale +++ b/modules/hard-locale @@ -13,7 +13,6 @@ gl_HARD_LOCALE Makefile.am: -lib_SOURCES += hard-locale.h hard-locale.c Include: "hard-locale.h" diff --git a/modules/hash b/modules/hash --- a/modules/hash +++ b/modules/hash @@ -14,7 +14,6 @@ gl_HASH Makefile.am: -lib_SOURCES += hash.h hash.c Include: "hash.h" diff --git a/modules/human b/modules/human --- a/modules/human +++ b/modules/human @@ -23,7 +23,6 @@ gl_HUMAN Makefile.am: -lib_SOURCES += human.h human.c Include: "human.h" diff --git a/modules/idcache b/modules/idcache --- a/modules/idcache +++ b/modules/idcache @@ -12,7 +12,6 @@ gl_IDCACHE Makefile.am: -lib_SOURCES += idcache.c Include: @@ -21,4 +20,3 @@ Maintainer: Jim Meyering - diff --git a/modules/inttostr b/modules/inttostr --- a/modules/inttostr +++ b/modules/inttostr @@ -20,7 +20,6 @@ Makefile.am: EXTRA_DIST += inttostr.c -lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c Include: "inttostr.h" diff --git a/modules/long-options b/modules/long-options --- a/modules/long-options +++ b/modules/long-options @@ -13,7 +13,6 @@ gl_LONG_OPTIONS Makefile.am: -lib_SOURCES += long-options.h long-options.c Include: "long-options.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/makepath b/modules/makepath --- a/modules/makepath +++ b/modules/makepath @@ -21,7 +21,6 @@ gl_MAKEPATH Makefile.am: -lib_SOURCES += makepath.h makepath.c stat-macros.h Include: "makepath.h" @@ -31,4 +30,3 @@ Maintainer: Jim Meyering - diff --git a/modules/md5 b/modules/md5 --- a/modules/md5 +++ b/modules/md5 @@ -13,7 +13,6 @@ gl_MD5 Makefile.am: -lib_SOURCES += md5.h md5.c Include: "md5.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering, glibc - diff --git a/modules/memcasecmp b/modules/memcasecmp --- a/modules/memcasecmp +++ b/modules/memcasecmp @@ -12,7 +12,6 @@ gl_MEMCASECMP Makefile.am: -lib_SOURCES += memcasecmp.h memcasecmp.c Include: "memcasecmp.h" @@ -22,4 +21,3 @@ Maintainer: Jim Meyering - diff --git a/modules/memcoll b/modules/memcoll --- a/modules/memcoll +++ b/modules/memcoll @@ -12,7 +12,6 @@ gl_MEMCOLL Makefile.am: -lib_SOURCES += memcoll.h memcoll.c Include: "memcoll.h" @@ -22,4 +21,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/modechange b/modules/modechange --- a/modules/modechange +++ b/modules/modechange @@ -14,7 +14,6 @@ gl_MODECHANGE Makefile.am: -lib_SOURCES += modechange.h modechange.c Include: "modechange.h" @@ -24,4 +23,3 @@ Maintainer: Jim Meyering - diff --git a/modules/mountlist b/modules/mountlist --- a/modules/mountlist +++ b/modules/mountlist @@ -15,7 +15,6 @@ gl_MOUNTLIST Makefile.am: -lib_SOURCES += mountlist.h Include: "mountlist.h" @@ -25,4 +24,3 @@ Maintainer: Jim Meyering - diff --git a/modules/path-concat b/modules/path-concat --- a/modules/path-concat +++ b/modules/path-concat @@ -16,7 +16,6 @@ gl_PATH_CONCAT Makefile.am: -lib_SOURCES += path-concat.h path-concat.c Include: "path-concat.h" @@ -26,4 +25,3 @@ Maintainer: Jim Meyering - diff --git a/modules/pathmax b/modules/pathmax --- a/modules/pathmax +++ b/modules/pathmax @@ -11,7 +11,6 @@ gl_PATHMAX Makefile.am: -lib_SOURCES += pathmax.h Include: "pathmax.h" @@ -21,4 +20,3 @@ Maintainer: Jim Meyering - diff --git a/modules/physmem b/modules/physmem --- a/modules/physmem +++ b/modules/physmem @@ -12,7 +12,6 @@ gl_PHYSMEM Makefile.am: -lib_SOURCES += physmem.h physmem.c Include: "physmem.h" @@ -22,4 +21,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/posixtm b/modules/posixtm --- a/modules/posixtm +++ b/modules/posixtm @@ -13,7 +13,6 @@ gl_POSIXTM Makefile.am: -lib_SOURCES += posixtm.h posixtm.c Include: "posixtm.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/posixver b/modules/posixver --- a/modules/posixver +++ b/modules/posixver @@ -13,7 +13,6 @@ gl_POSIXVER Makefile.am: -lib_SOURCES += posixver.h posixver.c Include: "posixver.h" @@ -23,4 +22,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/quote b/modules/quote --- a/modules/quote +++ b/modules/quote @@ -13,7 +13,6 @@ gl_QUOTE Makefile.am: -lib_SOURCES += quote.h quote.c Include: "quote.h" @@ -23,4 +22,3 @@ Maintainer: Paul Eggert - diff --git a/modules/quotearg b/modules/quotearg --- a/modules/quotearg +++ b/modules/quotearg @@ -16,7 +16,6 @@ gl_QUOTEARG Makefile.am: -lib_SOURCES += quotearg.h quotearg.c Include: "quotearg.h" @@ -26,4 +25,3 @@ Maintainer: Paul Eggert - diff --git a/modules/readtokens b/modules/readtokens --- a/modules/readtokens +++ b/modules/readtokens @@ -13,7 +13,6 @@ gl_READTOKENS Makefile.am: -lib_SOURCES += readtokens.h readtokens.c Include: "readtokens.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/readutmp b/modules/readutmp --- a/modules/readutmp +++ b/modules/readutmp @@ -13,7 +13,6 @@ gl_READUTMP Makefile.am: -lib_SOURCES += readutmp.h Include: "readutmp.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/safe-read b/modules/safe-read --- a/modules/safe-read +++ b/modules/safe-read @@ -13,7 +13,6 @@ gl_SAFE_READ Makefile.am: -lib_SOURCES += safe-read.h safe-read.c Include: "safe-read.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering, Bruno Haible - diff --git a/modules/safe-write b/modules/safe-write --- a/modules/safe-write +++ b/modules/safe-write @@ -13,7 +13,6 @@ gl_SAFE_WRITE Makefile.am: -lib_SOURCES += safe-write.h safe-write.c Include: "safe-write.h" diff --git a/modules/same b/modules/same --- a/modules/same +++ b/modules/same @@ -17,7 +17,6 @@ gl_SAME Makefile.am: -lib_SOURCES += same.h same.c Include: "same.h" @@ -27,4 +26,3 @@ Maintainer: Jim Meyering - diff --git a/modules/savedir b/modules/savedir --- a/modules/savedir +++ b/modules/savedir @@ -13,7 +13,6 @@ gl_SAVEDIR Makefile.am: -lib_SOURCES += savedir.h savedir.c Include: "savedir.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/settime b/modules/settime --- a/modules/settime +++ b/modules/settime @@ -13,7 +13,6 @@ gl_SETTIME Makefile.am: -lib_SOURCES += settime.c Include: @@ -22,4 +21,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/sha1 b/modules/sha1 --- a/modules/sha1 +++ b/modules/sha1 @@ -13,7 +13,6 @@ gl_SHA1 Makefile.am: -lib_SOURCES += sha1.h sha1.c Include: "sha1.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/sig2str b/modules/sig2str --- a/modules/sig2str +++ b/modules/sig2str @@ -13,7 +13,6 @@ gl_FUNC_SIG2STR Makefile.am: -lib_SOURCES += sig2str.h Include: "sig2str.h" diff --git a/modules/strdup b/modules/strdup --- a/modules/strdup +++ b/modules/strdup @@ -12,7 +12,6 @@ gl_FUNC_STRDUP Makefile.am: -lib_SOURCES += strdup.h Include: "strdup.h" @@ -22,4 +21,3 @@ Maintainer: all, glibc - diff --git a/modules/strftime b/modules/strftime --- a/modules/strftime +++ b/modules/strftime @@ -16,7 +16,6 @@ gl_FUNC_GNU_STRFTIME Makefile.am: -lib_SOURCES += strftime.c strftime.h Include: "strftime.h" @@ -26,4 +25,3 @@ Maintainer: glibc - diff --git a/modules/strndup b/modules/strndup --- a/modules/strndup +++ b/modules/strndup @@ -13,7 +13,6 @@ gl_FUNC_STRNDUP Makefile.am: -lib_SOURCES += strndup.h Include: "strndup.h" @@ -23,4 +22,3 @@ Maintainer: glibc - diff --git a/modules/strverscmp b/modules/strverscmp --- a/modules/strverscmp +++ b/modules/strverscmp @@ -12,7 +12,6 @@ gl_FUNC_STRVERSCMP Makefile.am: -lib_SOURCES += strverscmp.h Include: "strverscmp.h" @@ -22,4 +21,3 @@ Maintainer: Jim Meyering, glibc - diff --git a/modules/timespec b/modules/timespec --- a/modules/timespec +++ b/modules/timespec @@ -13,7 +13,6 @@ gl_TIMESPEC Makefile.am: -lib_SOURCES += timespec.h Include: "timespec.h" @@ -23,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/unlocked-io b/modules/unlocked-io --- a/modules/unlocked-io +++ b/modules/unlocked-io @@ -12,7 +12,6 @@ gl_FUNC_GLIBC_UNLOCKED_IO Makefile.am: -lib_SOURCES += unlocked-io.h Include: "unlocked-io.h" @@ -22,4 +21,3 @@ Maintainer: Jim Meyering - diff --git a/modules/userspec b/modules/userspec --- a/modules/userspec +++ b/modules/userspec @@ -18,7 +18,6 @@ gl_USERSPEC Makefile.am: -lib_SOURCES += userspec.c userspec.h Include: "userspec.h" diff --git a/modules/utimecmp b/modules/utimecmp --- a/modules/utimecmp +++ b/modules/utimecmp @@ -17,7 +17,6 @@ gl_UTIMECMP Makefile.am: -lib_SOURCES += utimecmp.h utimecmp.c Include: "utimecmp.h" diff --git a/modules/utimens b/modules/utimens --- a/modules/utimens +++ b/modules/utimens @@ -14,7 +14,6 @@ gl_UTIMENS Makefile.am: -lib_SOURCES += utimens.h utimens.c Include: "utimens.h" @@ -24,4 +23,3 @@ Maintainer: Paul Eggert, Jim Meyering - diff --git a/modules/xalloc b/modules/xalloc --- a/modules/xalloc +++ b/modules/xalloc @@ -12,7 +12,6 @@ gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c Include: "xalloc.h" @@ -22,4 +21,3 @@ Maintainer: all - diff --git a/modules/xstrtol b/modules/xstrtol --- a/modules/xstrtol +++ b/modules/xstrtol @@ -22,7 +22,6 @@ gl_XSTRTOL Makefile.am: -lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" diff --git a/modules/yesno b/modules/yesno --- a/modules/yesno +++ b/modules/yesno @@ -14,7 +14,6 @@ gl_YESNO Makefile.am: -lib_SOURCES += yesno.c yesno.h Include: "yesno.h" @@ -24,4 +23,3 @@ Maintainer: Jim Meyering -