safe-read: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index ed42c60..f6c2cb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,405 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        write: Move AC_LIBOBJ invocations to module description.