mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index e17dc98..7a26c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,95 @@
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
+       mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
+       * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and
+       gl_PREREQ_MBSNRTOWCS invocations from here...
+       * modules/mbsnrtowcs (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mbsinit: Move AC_LIBOBJ invocations to module description.
+       * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT
+       invocations from here...
+       * modules/mbsinit (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mbrlen: Move AC_LIBOBJ invocations to module description.
+       * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN
+       invocations from here...
+       * modules/mbrlen (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mbrtowc: Respect rules for use of AC_LIBOBJ.
+       * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Move AC_LIBOBJ and gl_PREREQ_MBRTOWC
+       invocations from here...
+       * modules/mbrtowc (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       malloc-*: Move AC_LIBOBJ invocations to module description.
+       * m4/malloc.m4 (gl_REPLACE_MALLOC): Remove macro.
+       (gl_FUNC_MALLOC_GNU, gl_FUNC_MALLOC_POSIX): Inline it here. Move
+       AC_LIBOBJ invocations from here...
+       * modules/malloc-gnu (configure.ac): ... to here.
+       * modules/malloc-posix (configure.ac): ... and here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       lstat, openat: Respect rules for use of AC_LIBOBJ.
+       * m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Renamed from
+       AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. Set variable
+       gl_cv_func_lstat_dereferences_slashed_symlink. Don't invoke AC_LIBOBJ.
+       (gl_PREREQ_LSTAT): New macro, extracted from gl_FUNC_LSTAT.
+       (gl_FUNC_LSTAT): Update. Remove gl_PREREQ_LSTAT code.
+       * modules/lstat (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_LSTAT
+       here.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Update.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       lseek: Move AC_LIBOBJ invocations to module description.
+       * m4/lseek.m4 (gl_REPLACE_LSEEK): Remove macro.
+       (gl_FUNC_LSEEK): Inline it here. Move AC_LIBOBJ invocation from here...
+       * modules/lseek (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       linkat: Move AC_LIBOBJ invocations to module description.
+       * m4/linkat.m4 (gl_FUNC_LINKAT): Move AC_LIBOBJ invocations from
+       here...
+       * modules/linkat (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       link: Respect rules for use of AC_LIBOBJ.
+       * m4/link.m4 (gl_FUNC_LINK): Move AC_LIBOBJ invocations from here...
+       * modules/link (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       lchown: Move AC_LIBOBJ invocations to module description.
+       * m4/lchown.m4 (gl_FUNC_EUIDACCESS): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
+       * modules/lchown (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       iswctype: Move AC_LIBOBJ invocations to module description.
+       * m4/iswctype.m4 (gl_FUNC_ISWCTYPE): Move AC_LIBOBJ invocation from
+       here...
+       * modules/iswctype (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       iswblank: Move AC_LIBOBJ invocations to module description.
+       * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Move AC_LIBOBJ invocation from
+       here...
+       * modules/iswblank (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
        atanl: Move AC_LIBOBJ invocations to module description.
        * m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here...
        * modules/atanl (configure.ac): ... to here.