memcmp: Move AC_LIBOBJ invocations to module description.
[pspp] / ChangeLog
index af0d43ea8a3342252b1a7d690857ffec4d639908..6432a6d2e0bd257abc5b4045dae1d2d87268fe08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memcmp: Move AC_LIBOBJ invocations to module description.
+       * m4/memcmp.m4 (AC_FUNC_MEMCMP): Remove macro.
+       (gl_FUNC_MEMCMP): Inline it here. Set gl_cv_func_memcmp_working. Move
+       AC_LIBOBJ and gl_PREREQ_MEMCMP invocations from here...
+       * modules/memcmp (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memchr: Respect rules for use of AC_LIBOBJ.
+       * m4/memchr.m4 (gl_FUNC_MEMCHR): Move AC_LIBOBJ and gl_PREREQ_MEMCHR
+       invocations from here...
+       * modules/memchr (configure.ac): ... to here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        mbtowc: Move AC_LIBOBJ invocations to module description.