X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f2c6ec66d1c90876250c515071623638e444a23e;hb=f09be9e0ac9122c6cdba13ba1ccb8280f2181faa;hp=0da13b8afa4b4b67a8c36d9d650d9808766c4511;hpb=430617ae14bc15de511ba4368947c49adb2a5ac5;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 0da13b8af..f2c6ec66d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1327 @@ +2011-06-16 Paul Eggert + + * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite. + After the 2011-05-21 change, this macro requires + gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not + AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. + +2011-06-16 Bruno Haible + + fprintftime: Move AC_LIBOBJ invocations to module description. + * m4/fprintftime.m4: Remove file. + * modules/fprintftime (Files): Remove m4/fprintftime.m4. + (configure.ac): Remove gl_FPRINTFTIME call. + (Makefile.am): Augment lib_SOURCES. + Reported by Jim Meyering. + +2011-06-16 Bruno Haible + + tmpfile-safer: Finish 2011-05-23 commit. + * m4/stdio-safer.m4: Really remove file. + Reported by Jim Meyering. + +2011-06-16 Bruno Haible + + syntax-check: Fix typo. + * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not + printf-posix.m4. + Reported by Jim Meyering. + +2011-06-13 Jim Meyering + + syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy + * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule. + +2011-05-23 Bruno Haible + + yesno: Move AC_LIBOBJ invocations to module description. + * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation. + * modules/yesno (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtol: Move AC_LIBOBJ invocations to module description. + * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations. + * modules/xstrtol (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtold: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. + * modules/xstrtold (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtod: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. + * modules/xstrtod (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xnanosleep: Move AC_LIBOBJ invocations to module description. + * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation. + * modules/xnanosleep (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xgetcwd: Move AC_LIBOBJ invocations to module description. + * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation. + * modules/xgetcwd (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xalloc: Move AC_LIBOBJ invocations to module description. + * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. + * modules/xalloc (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + write-any-file: Move AC_LIBOBJ invocations to module description. + * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ + invocation. + * modules/write-any-file (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + utimens: Move AC_LIBOBJ invocations to module description. + * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation. + * modules/utimens (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + utimecmp: Move AC_LIBOBJ invocations to module description. + * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation. + * modules/utimecmp (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + userspec: Move AC_LIBOBJ invocations to module description. + * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation. + * modules/userspec (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + unlinkdir: Move AC_LIBOBJ invocations to module description. + * m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation. + * modules/unlinkdir (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + unistd-safer: Move AC_LIBOBJ invocations to module description. + * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations. + * modules/unistd-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + tempname: Move AC_LIBOBJ invocations to module description. + * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation. + * modules/tempname (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + strftime: Move AC_LIBOBJ invocations to module description. + * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation. + * modules/strftime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + stdlib-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdlib-safer.m4: Remove file. + * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4. + (configure.ac): Remove gl_STDLIB_SAFER call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + tmpfile-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdio-safer.m4: Remove file. + * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4. + (configure.ac): Remove gl_TMPFILE_SAFER call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + popen-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro. + * modules/popen-safer (Files): Remove m4/stdio-safer.m4. + (configure.ac): Remove gl_POPEN_SAFER call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + freopen-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro. + * modules/freopen-safer (Files): Remove m4/stdio-safer.m4. + (configure.ac): Remove gl_FREOPEN_SAFER call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + fopen-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro. + * modules/fopen-safer (Files): Remove m4/stdio-safer.m4. + (configure.ac): Remove gl_FOPEN_SAFER call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/sha512: Move AC_LIBOBJ invocations to module description. + * m4/sha512.m4 (gl_SHA512): Remove AC_LIBOBJ invocation. + * modules/crypto/sha512 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/sha256: Move AC_LIBOBJ invocations to module description. + * m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation. + * modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/sha1: Move AC_LIBOBJ invocations to module description. + * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation. + * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + settime: Move AC_LIBOBJ invocations to module description. + * m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation. + * modules/settime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + savedir: Move AC_LIBOBJ invocations to module description. + * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation. + * modules/savedir (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + save-cwd: Move AC_LIBOBJ invocations to module description. + * m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation. + * modules/save-cwd (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + same: Move AC_LIBOBJ invocations to module description. + * m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation. + * modules/same (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + safe-write: Move AC_LIBOBJ invocations to module description. + * m4/safe-write.m4 (gl_SAFE_WRITE): Remove macro. + * modules/safe-write (configure.ac): Invoke gl_PREREQ_SAFE_WRITE + instead of gl_SAFE_WRITE. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + safe-read: Move AC_LIBOBJ invocations to module description. + * m4/safe-read.m4 (gl_SAFE_READ): Remove macro. + * modules/safe-read (configure.ac): Invoke gl_PREREQ_SAFE_READ instead + of gl_SAFE_READ. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + safe-alloc: Move AC_LIBOBJ invocations to module description. + * m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation. + * modules/safe-alloc (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/rijndael: Move AC_LIBOBJ invocations to module description. + * m4/rijndael.m4: Remove file. + * modules/crypto/rijndael (Files): Remove it. + (configure.ac): Remove gl_RIJNDAEL call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + readtokens: Move AC_LIBOBJ invocations to module description. + * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation. + * modules/readtokens (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + read-file: Move AC_LIBOBJ invocations to module description. + * m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro. + * modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead + of gl_FUNC_READ_FILE. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + quotearg: Move AC_LIBOBJ invocations to module description. + * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation. + * modules/quotearg (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + quote: Move AC_LIBOBJ invocations to module description. + * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation. + * modules/quote (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + posixver: Move AC_LIBOBJ invocations to module description. + * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. + * modules/posixver (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + posixtm: Move AC_LIBOBJ invocations to module description. + * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation. + * modules/posixtm (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + physmem: Move AC_LIBOBJ invocations to module description. + * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. + * modules/physmem (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + pagealign_alloc: Move AC_LIBOBJ invocations to module description. + * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Remove AC_LIBOBJ + invocation. + * modules/pagealign_alloc (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + mpsort: Move AC_LIBOBJ invocations to module description. + * m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation. + * modules/mpsort (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + modechange: Move AC_LIBOBJ invocations to module description. + * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. + * modules/modechange (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + mkdir-p: Move AC_LIBOBJ invocations to module description. + * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Remove AC_LIBOBJ invocations. + * modules/mkdir-p (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + mkancesdirs: Move AC_LIBOBJ invocations to module description. + * m4/mkancesdirs.m4 (gl_MKANCESDIRS): Remove AC_LIBOBJ invocation. + * modules/mkancesdirs (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + mgetgroups: Move AC_LIBOBJ invocations to module description. + * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation. + * modules/mgetgroups (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + memxor: Move AC_LIBOBJ invocations to module description. + * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation. + * modules/memxor (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + memcoll: Move AC_LIBOBJ invocations to module description. + * m4/memcoll.m4 (gl_MEMCOLL): Remove AC_LIBOBJ invocation. + * modules/memcoll (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + memcasecmp: Move AC_LIBOBJ invocations to module description. + * m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation. + * modules/memcasecmp (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/md5: Move AC_LIBOBJ invocations to module description. + * m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation. + * modules/crypto/md5 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/md4: Move AC_LIBOBJ invocations to module description. + * m4/md4.m4 (gl_MD4): Remove AC_LIBOBJ invocation. + * modules/crypto/md4 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/md2: Move AC_LIBOBJ invocations to module description. + * m4/md2.m4: Remove file. + * modules/crypto/md2 (Files): Remove it. + (configure.ac): Remove gl_MD2 call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + long-options: Move AC_LIBOBJ invocations to module description. + * m4/long-options.m4: Remove file. + * modules/long-options (Files): Remove it. + (configure.ac): Remove gl_LONG_OPTIONS call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + i-ring: Move AC_LIBOBJ invocations to module description. + * m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation. + * modules/i-ring (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + idcache: Move AC_LIBOBJ invocations to module description. + * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation. + * modules/idcache (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + human: Move AC_LIBOBJ invocations to module description. + * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. + * modules/human (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description. + * m4/hmac-sha1.m4: Remove file. + * modules/crypto/hmac-sha1 (Files): Remove it. + (configure.ac): Remove gl_HMAC_SHA1 call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/hmac-md5: Move AC_LIBOBJ invocations to module description. + * m4/hmac-md5.m4: Remove file. + * modules/crypto/hmac-md5 (Files): Remove it. + (configure.ac): Remove gl_HMAC_MD5 call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + hash: Move AC_LIBOBJ invocations to module description. + * m4/hash.m4: Remove file. + * modules/hash (Files): Remove it. + (configure.ac): Remove gl_HASH call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + hard-locale: Move AC_LIBOBJ invocations to module description. + * m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation. + * modules/hard-locale (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + getugroups: Move AC_LIBOBJ invocations to module description. + * m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation. + * modules/getugroups (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + gettime: Move AC_LIBOBJ invocations to module description. + * m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation. + * modules/gettime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + getndelim2: Move AC_LIBOBJ invocations to module description. + * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. + * modules/getndelim2 (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description. + * m4/gc-pbkdf2-sha1.m4: Remove file. + * modules/crypto/gc-pbkdf2-sha1 (Files): Remove it. + (configure.ac): Remove gl_GC_PBKDF2_SHA1 call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + fts: Move AC_LIBOBJ invocations to module description. + * m4/fts.m4 (gl_FUNC_FTS_CORE): Move AC_LIBOBJ invocation from here... + * modules/fts (configure.ac): ... to here. + +2011-05-23 Bruno Haible + + file-type: Move AC_LIBOBJ invocations to module description. + * m4/file-type.m4: Remove file. + * modules/file-type (Files): Remove it. + (configure.ac): Remove gl_FILE_TYPE call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + filenamecat*: Respect rules for use of AC_LIBOBJ. + * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT, gl_FILE_NAME_CONCAT_LGPL): + Remove AC_LIBOBJ invocation. + * modules/filenamecat (Makefile.am): Augment lib_SOURCES. + * modules/filenamecat-lgpl (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + filemode: Move AC_LIBOBJ invocations to module description. + * m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation. + * modules/filemode (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + openat-safer: Move AC_LIBOBJ invocations to module description. + * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation. + * modules/openat-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + fcntl-safer: Move AC_LIBOBJ invocations to module description. + * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove AC_LIBOBJ invocations. + * modules/fcntl-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + exclude: Move AC_LIBOBJ invocations to module description. + * m4/exclude.m4: Remove file. + * modules/exclude (Files): Remove it. + (configure.ac): Remove gl_EXCLUDE call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + dirname*: Respect rules for use of AC_LIBOBJ. + * m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ + invocations. + * modules/dirname (Makefile.am): Augment lib_SOURCES. + * modules/dirname-lgpl (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + dirent-safer: Move AC_LIBOBJ invocations to module description. + * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation. + * modules/dirent-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/des: Move AC_LIBOBJ invocations to module description. + * m4/des.m4: Remove file. + * modules/crypto/des (Files): Remove it. + (configure.ac): Remove gl_DES call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + cycle-check: Move AC_LIBOBJ invocations to module description. + * m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation. + * modules/cycle-check (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + c-strtold: Move AC_LIBOBJ invocations to module description. + * m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation. + * modules/c-strtold (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + c-strtod: Move AC_LIBOBJ invocations to module description. + * m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation. + * modules/c-strtod (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crc: Move AC_LIBOBJ invocations to module description. + * m4/crc.m4: Remove file. + * modules/crc (Files): Remove it. + (configure.ac): Remove gl_CRC call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + close-stream: Move AC_LIBOBJ invocations to module description. + * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation. + * modules/close-stream (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + closeout: Move AC_LIBOBJ invocations to module description. + * m4/closeout.m4 (gl_CLOSEOUT): Remove AC_LIBOBJ invocation. + * modules/closeout (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + closein: Move AC_LIBOBJ invocations to module description. + * m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation. + * modules/closein (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + cloexec: Move AC_LIBOBJ invocations to module description. + * m4/cloexec.m4: Remove file. + * modules/cloexec (Files): Remove it. + (configure.ac): Remove gl_CLOEXEC call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + check-version: Move AC_LIBOBJ invocations to module description. + * m4/check-version.m4: Remove file. + * modules/check-version (Files): Remove it. + (configure.ac): Remove gl_CHECK_VERSION call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + chdir-safer: Move AC_LIBOBJ invocations to module description. + * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation. + * modules/chdir-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + canonicalize: Move AC_LIBOBJ invocations to module description. + * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Remove + AC_LIBOBJ invocation. + * modules/canonicalize (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + canon-host: Move AC_LIBOBJ invocations to module description. + * m4/canon-host.m4 (gl_CANON_HOST): Remove macro. + * modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST + instead of gl_CANON_HOST. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + backupfile: Move AC_LIBOBJ invocations to module description. + * m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation. + * modules/backupfile (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + argmatch: Move AC_LIBOBJ invocations to module description. + * m4/argmatch.m4: Remove file. + * modules/argmatch (Files): Remove it. + (configure.ac): Remove gl_ARGMATCH call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/arctwo: Move AC_LIBOBJ invocations to module description. + * m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation. + * modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + crypto/arcfour: Move AC_LIBOBJ invocations to module description. + * m4/arcfour.m4: Remove file. + * modules/crypto/arcfour (Files): Remove it. + (configure.ac): Remove gl_ARCFOUR call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-22 Bruno Haible + + write: Move AC_LIBOBJ invocations to module description. + * m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here... + * modules/write (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wmemset: Move AC_LIBOBJ invocations to module description. + * m4/wmemset.m4 (gl_FUNC_WMEMSET): Move AC_LIBOBJ invocation from + here... + * modules/wmemset (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wmemmove: Move AC_LIBOBJ invocations to module description. + * m4/wmemmove.m4 (gl_FUNC_WMEMMOVE): Move AC_LIBOBJ invocation from + here... + * modules/wmemmove (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wmemcpy: Move AC_LIBOBJ invocations to module description. + * m4/wmemcpy.m4 (gl_FUNC_WMEMCPY): Move AC_LIBOBJ invocation from + here... + * modules/wmemcpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wmemcmp: Move AC_LIBOBJ invocations to module description. + * m4/wmemcmp.m4 (gl_FUNC_WMEMCMP): Move AC_LIBOBJ invocation from + here... + * modules/wmemcmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wmemchr: Move AC_LIBOBJ invocations to module description. + * m4/wmemchr.m4 (gl_FUNC_WMEMCHR): Move AC_LIBOBJ invocation from + here... + * modules/wmemchr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcswidth: Move AC_LIBOBJ invocations to module description. + * m4/wcswidth.m4 (gl_FUNC_WCSWIDTH): Move AC_LIBOBJ invocation from + here... + * modules/wcswidth (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcwidth: Respect rules for use of AC_LIBOBJ. + * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Set HAVE_WCWIDTH. Move AC_LIBOBJ + invocation from here... + * modules/wcwidth (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + wctype: Move AC_LIBOBJ invocations to module description. + * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ + invocation from here... + * modules/wctype (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + wctrans: Move AC_LIBOBJ invocations to module description. + * m4/wctrans.m4 (gl_FUNC_WCTRANS): Set HAVE_WCTRANS. Move AC_LIBOBJ + invocation from here... + * modules/wctrans (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wctomb: Move AC_LIBOBJ invocations to module description. + * m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB + invocations from here... + * modules/wctomb (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wctob: Move AC_LIBOBJ invocations to module description. + * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_WCTOB. Move AC_LIBOBJ and + gl_PREREQ_WCTOB invocations from here... + * modules/wctob (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + wcsxfrm: Move AC_LIBOBJ invocations to module description. + * m4/wcsxfrm.m4 (gl_FUNC_WCSXFRM): Move AC_LIBOBJ invocation from + here... + * modules/wcsxfrm (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcstok: Move AC_LIBOBJ invocations to module description. + * m4/wcstok.m4 (gl_FUNC_WCSTOK): Move AC_LIBOBJ invocation from here... + * modules/wcstok (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsstr: Move AC_LIBOBJ invocations to module description. + * m4/wcsstr.m4 (gl_FUNC_WCSSTR): Move AC_LIBOBJ invocation from here... + * modules/wcsstr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsspn: Move AC_LIBOBJ invocations to module description. + * m4/wcsspn.m4 (gl_FUNC_WCSSPN): Move AC_LIBOBJ invocation from here... + * modules/wcsspn (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsrtombs: Move AC_LIBOBJ invocations to module description. + * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Move AC_LIBOBJ and + gl_PREREQ_WCSRTOMBS invocations from here... + * modules/wcsrtombs (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsrchr: Move AC_LIBOBJ invocations to module description. + * m4/wcsrchr.m4 (gl_FUNC_WCSRCHR): Move AC_LIBOBJ invocation from + here... + * modules/wcsrchr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcspbrk: Move AC_LIBOBJ invocations to module description. + * m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from + here... + * modules/wcspbrk (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsnrtombs: Move AC_LIBOBJ invocations to module description. + * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and + gl_PREREQ_WCSNRTOMBS invocations from here... + * modules/wcsnrtombs (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsnlen: Move AC_LIBOBJ invocations to module description. + * m4/wcsnlen.m4 (gl_FUNC_WCSNLEN): Move AC_LIBOBJ invocation from + here... + * modules/wcsnlen (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncpy: Move AC_LIBOBJ invocations to module description. + * m4/wcsncpy.m4 (gl_FUNC_WCSNCPY): Move AC_LIBOBJ invocation from + here... + * modules/wcsncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncmp: Move AC_LIBOBJ invocations to module description. + * m4/wcsncmp.m4 (gl_FUNC_WCSNCMP): Move AC_LIBOBJ invocation from + here... + * modules/wcsncmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncat: Move AC_LIBOBJ invocations to module description. + * m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Move AC_LIBOBJ invocation from + here... + * modules/wcsncat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncasecmp: Move AC_LIBOBJ invocations to module description. + * m4/wcsncasecmp.m4 (gl_FUNC_WCSNCASECMP): Move AC_LIBOBJ invocation + from here... + * modules/wcsncasecmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcslen: Move AC_LIBOBJ invocations to module description. + * m4/wcslen.m4 (gl_FUNC_WCSLEN): Move AC_LIBOBJ invocation from here... + * modules/wcslen (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsdup: Move AC_LIBOBJ invocations to module description. + * m4/wcsdup.m4 (gl_FUNC_WCSDUP): Move AC_LIBOBJ invocation from here... + * modules/wcsdup (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscspn: Move AC_LIBOBJ invocations to module description. + * m4/wcscspn.m4 (gl_FUNC_WCSCSPN): Move AC_LIBOBJ invocation from + here... + * modules/wcscspn (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscpy: Move AC_LIBOBJ invocations to module description. + * m4/wcscpy.m4 (gl_FUNC_WCSCPY): Move AC_LIBOBJ invocation from here... + * modules/wcscpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscoll: Move AC_LIBOBJ invocations to module description. + * m4/wcscoll.m4 (gl_FUNC_WCSCOLL): Move AC_LIBOBJ invocation from + here... + * modules/wcscoll (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscmp: Move AC_LIBOBJ invocations to module description. + * m4/wcscmp.m4 (gl_FUNC_WCSCMP): Move AC_LIBOBJ invocation from here... + * modules/wcscmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcschr: Move AC_LIBOBJ invocations to module description. + * m4/wcschr.m4 (gl_FUNC_WCSCHR): Move AC_LIBOBJ invocation from here... + * modules/wcschr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscat: Move AC_LIBOBJ invocations to module description. + * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here... + * modules/wcscat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscasecmp: Move AC_LIBOBJ invocations to module description. + * m4/wcscasecmp.m4 (gl_FUNC_WCSCASECMP): Move AC_LIBOBJ invocation from + here... + * modules/wcscasecmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcrtomb: Move AC_LIBOBJ invocations to module description. + * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Move AC_LIBOBJ and gl_PREREQ_WCRTOMB + invocations from here... + * modules/wcrtomb (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcpncpy: Move AC_LIBOBJ invocations to module description. + * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from + here... + * modules/wcpncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcpcpy: Move AC_LIBOBJ invocations to module description. + * m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Move AC_LIBOBJ invocation from here... + * modules/wcpcpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + waitpid: Move AC_LIBOBJ invocations to module description. + * m4/waitpid.m4 (gl_FUNC_WAITPID): Set HAVE_WAITPID. Move AC_LIBOBJ + invocation from here... + * modules/waitpid (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + utimensat: Move AC_LIBOBJ invocations to module description. + * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Move AC_LIBOBJ invocations from + here... + * modules/utimensat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + usleep: Move AC_LIBOBJ invocations to module description. + * m4/usleep.m4 (gl_FUNC_USLEEP): Move AC_LIBOBJ invocations from + here... + * modules/usleep (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + unlockpt: Move AC_LIBOBJ invocations to module description. + * m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and + gl_PREREQ_UNLOCKPT invocations from here... + * modules/unlockpt (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + unlink: Respect rules for use of AC_LIBOBJ. + * m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here... + * modules/unlink (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + uname: Move AC_LIBOBJ invocations to module description. + * m4/uname.m4 (gl_FUNC_UNAME): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_UNAME invocations from + here... + * modules/uname (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + ttyname_r: Move AC_LIBOBJ invocations to module description. + * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Move AC_LIBOBJ and + gl_PREREQ_TTYNAME_R invocations from here... + * modules/ttyname_r (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + tsearch: Move AC_LIBOBJ invocations to module description. + * m4/tsearch.m4 (gl_FUNC_TSEARCH): Move AC_LIBOBJ and gl_PREREQ_TSEARCH + invocations from here... + * modules/tsearch (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + towctrans: Move AC_LIBOBJ invocations to module description. + * m4/towctrans.m4 (gl_FUNC_TOWCTRANS): Set HAVE_TOWCTRANS. Move + AC_LIBOBJ invocation from here... + * modules/towctrans (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + tmpfile: Move AC_LIBOBJ invocations to module description. + * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE + invocations from here... + * modules/tmpfile (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + times: Move AC_LIBOBJ invocations to module description. + * m4/times.m4 (gl_FUNC_TIMES): Move AC_LIBOBJ invocation from here... + * modules/times (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + time_r: Move AC_LIBOBJ invocations to module description. + * m4/time_r.m4 (gl_TIME_R): Move AC_LIBOBJ and gl_PREREQ_TIME_R + invocations from here... + * modules/time_r (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + timegm: Move AC_LIBOBJ invocations to module description. + * m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM + invocations from here... + * modules/timegm (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + tcgetsid: Move AC_LIBOBJ invocations to module description. + * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Set HAVE_TCGETSID. Move AC_LIBOBJ + and gl_PREREQ_TCGETSID invocations from here... + * modules/tcgetsid (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + symlinkat: Move AC_LIBOBJ invocations to module description. + * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move AC_LIBOBJ invocation from + here... + * modules/symlinkat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + symlink: Move AC_LIBOBJ invocations to module description. + * m4/symlink.m4 (gl_FUNC_SYMLINK): Move AC_LIBOBJ invocations from + here... + * modules/symlink (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strverscmp: Move AC_LIBOBJ invocations to module description. + * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRVERSCMP invocations + from here... + * modules/strverscmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtok_r: Move AC_LIBOBJ invocations to module description. + * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_STRTOK_R. Move AC_LIBOBJ + and gl_PREREQ_STRTOK_R invocations from here... + * modules/strtok_r (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + strtoumax: Move AC_LIBOBJ invocations to module description. + * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOUMAX invocations + from here... + * modules/strtoumax (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtoimax: Move AC_LIBOBJ invocations to module description. + * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOIMAX invocations + from here... + * modules/strtoimax (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtoull: Move AC_LIBOBJ invocations to module description. + * m4/strtoull.m4 (gl_FUNC_STRTOULL): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOULL invocations + from here... + * modules/strtoull (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtoll: Move AC_LIBOBJ invocations to module description. + * m4/strtoll.m4 (gl_FUNC_STRTOLL): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOLL invocations from + here... + * modules/strtoll (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtoul: Move AC_LIBOBJ invocations to module description. + * m4/strtoul.m4 (gl_FUNC_STRTOUL): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here... + * modules/strtoul (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtol: Move AC_LIBOBJ invocations to module description. + * m4/strtol.m4 (gl_FUNC_STRTOL): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here... + * modules/strtol (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strtod: Move AC_LIBOBJ invocations to module description. + * m4/strtod.m4 (gl_FUNC_STRTOD): Move AC_LIBOBJ and gl_PREREQ_STRTOD + invocations from here... + * modules/strtod (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strstr*: Move AC_LIBOBJ invocations to module description. + * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Move AC_LIBOBJ + invocations from here... + * modules/strstr-simple (configure.ac): ... to here. + * modules/strstr (configure.ac): ... and here. + +2011-05-22 Bruno Haible + + strsignal: Move AC_LIBOBJ invocations to module description. + * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Set HAVE_STRSIGNAL. Move + AC_LIBOBJ and gl_PREREQ_STRSIGNAL invocations from here... + * modules/strsignal (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + strsep: Move AC_LIBOBJ invocations to module description. + * m4/strsep.m4 (gl_FUNC_STRSEP): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRSEP invocations from + here... + * modules/strsep (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strptime: Move AC_LIBOBJ invocations to module description. + * m4/strptime.m4 (gl_FUNC_STRPTIME): Move AC_LIBOBJ and + gl_PREREQ_STRPTIME invocations from here... + * modules/strptime (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strpbrk: Move AC_LIBOBJ invocations to module description. + * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRPBRK invocations from + here... + * modules/strpbrk (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strnlen: Move AC_LIBOBJ invocations to module description. + * m4/strnlen.m4 (gl_FUNC_STRNLEN): Move AC_LIBOBJ and gl_PREREQ_STRNLEN + invocations from here... + * modules/strnlen (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strndup: Move AC_LIBOBJ invocations to module description. + * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_STRNDUP. Move AC_LIBOBJ + invocations from here... + * modules/strndup (configure.ac): ... to here. + (Depends-on): Update conditions. + +2011-05-22 Bruno Haible + + strncat: Move AC_LIBOBJ invocations to module description. + * m4/strncat.m4 (gl_FUNC_STRNCAT): Move AC_LIBOBJ and gl_PREREQ_STRNCAT + invocations from here... + * modules/strncat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strdup, strdup-posix: Move AC_LIBOBJ invocations to module description. + * m4/strdup.m4 (gl_FUNC_STRDUP): Move AC_LIBOBJ and gl_PREREQ_STRDUP + invocations from here... + * modules/strdup (configure.ac): ... to here. + * modules/strdup-posix (configure.ac): ... and here. + +2011-05-22 Bruno Haible + + strcspn: Move AC_LIBOBJ invocations to module description. + * m4/strcspn.m4 (gl_FUNC_STRCSPN): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRCSPN invocations from + here... + * modules/strcspn (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strchrnul: Move AC_LIBOBJ invocations to module description. + * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and + gl_PREREQ_STRCHRNUL invocations from here... + * modules/strchrnul (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + strcasestr*: Move AC_LIBOBJ invocations to module description. + * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR): + Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here... + * modules/strcasestr-simple (configure.ac): ... to here. + * modules/strcasestr (configure.ac): ... and here. + +2011-05-22 Bruno Haible + + strcase: Move AC_LIBOBJ invocations to module description. + * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP. + (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead + of AC_REPLACE_FUNCS. Move AC_LIBOBJ, gl_PREREQ_STRCASECMP, + gl_PREREQ_STRNCASECMP invocations from here... + * modules/strcase (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + stpncpy: Move AC_LIBOBJ invocations to module description. + * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Move AC_LIBOBJ invocations from + here... + * modules/stpncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + stpcpy: Move AC_LIBOBJ invocations to module description. + * m4/stpcpy.m4 (gl_FUNC_STPCPY): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STPCPY invocations from + here... + * modules/stpcpy (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + stat: Move AC_LIBOBJ invocations to module description. + * m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT. + (gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from + here... + * modules/stat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sleep: Move AC_LIBOBJ invocations to module description. + * m4/sleep.m4 (gl_FUNC_SLEEP): Move AC_LIBOBJ invocations from here... + * modules/sleep (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + signbit: Move AC_LIBOBJ invocations to module description. + * m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here... + * modules/signbit (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sigprocmask: Move AC_LIBOBJ invocations to module description. + * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and + gl_PREREQ_SIGPROMASK invocations from here... + * modules/sigprocmask (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sigaction: Move AC_LIBOBJ invocations to module description. + * m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and + gl_PREREQ_SIGACTION invocations from here... + * modules/sigaction (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sig2str: Move AC_LIBOBJ invocations to module description. + * m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from + here... + * modules/sig2str (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + setlocale: Move AC_LIBOBJ invocations to module description. + * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and + gl_PREREQ_SETLOCALE invocations from here... + * modules/setlocale (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + unsetenv: Move AC_LIBOBJ invocations to module description. + * m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ + and gl_PREREQ_UNSETENV invocations from here... + * modules/unsetenv (configure.ac): ... to here. + (Depends-on): Update. + +2011-05-21 Bruno Haible + + setenv: Move AC_LIBOBJ invocations to module description. + * m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from + here... + * modules/setenv (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + selinux-h: Move AC_LIBOBJ invocations to module description. + * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Move + AC_LIBOBJ invocation from here... + * modules/selinux-h (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + select: Respect rules for use of AC_LIBOBJ. + * m4/select.m4 (gl_FUNC_SELECT): Move AC_LIBOBJ invocations from + here... + * modules/select (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + scandir: Move AC_LIBOBJ invocations to module description. + * m4/scandir.m4 (gl_FUNC_SCANDIR): Move AC_LIBOBJ and gl_PREREQ_SCANDIR + invocations from here... + * modules/scandir (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rpmatch: Move AC_LIBOBJ invocations to module description. + * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RPMATCH invocations from + here... + * modules/rpmatch (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rmdir: Respect rules for use of AC_LIBOBJ. + * m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here... + * modules/rmdir (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + renameat: Move AC_LIBOBJ invocations to module description. + * m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from + here... + * modules/renameat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rename: Respect rules for use of AC_LIBOBJ. + * m4/rename.m4 (gl_FUNC_RENAME): Move AC_LIBOBJ invocations from + here... + * modules/rename (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + remove: Move AC_LIBOBJ invocations to module description. + * m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from + here... + * modules/remove (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + relocatable-lib: Move AC_LIBOBJ invocations to module description. + * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove + macro. + (gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here... + * modules/relocatable-lib (configure.ac): ... to here. + * modules/relocatable-prog-wrapper (configure.ac): Invoke + gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE. + +2011-05-21 Bruno Haible + + relocatable-prog: Move AC_LIBOBJ invocations to module description. + * m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from + here... + * modules/relocatable-prog (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + regex: Move AC_LIBOBJ invocations to module description. + * m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX + invocations from here... + * modules/regex (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + realloc-*: Move AC_LIBOBJ invocations to module description. + * m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro. + (gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move + AC_LIBOBJ invocations from here... + * modules/realloc-gnu (configure.ac): ... to here. + * modules/realloc-posix (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + readutmp: Move AC_LIBOBJ invocations to module description. + * m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here... + * modules/readutmp (configure.ac): ... to here. + 2011-05-21 Bruno Haible readlinkat: Move AC_LIBOBJ invocations to module description.