regex: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index 0da13b8..cd7367a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
        readlinkat: Move AC_LIBOBJ invocations to module description.
        * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Move AC_LIBOBJ invocation from
        here...