argmatch: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index 5a7100c..3d8bd05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+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.
+       * m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here...
+       * modules/write (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        wcswidth: Move AC_LIBOBJ invocations to module description.