memcasecmp: Move AC_LIBOBJ invocations to module description.
[pspp] / ChangeLog
index cd0807373c5d4d3354a89503f498dd781f23802f..7be2df496a550817b45ece875912f6dc098b5321 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+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.