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