X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7a26c22b4fe07363081d28cc64a62461a952f2b5;hb=4bff9facc29f63b86905e9a7aa2bf8427b9be35a;hp=791f4a49e4c6c3a20b967eb5035955b72923d65e;hpb=a19f3c61749d1f59e65c177098c0ffa4106ef65e;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 791f4a49e..7a26c22b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ 2011-05-21 Bruno Haible + 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 + + 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 + + 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 + mbrtowc: Respect rules for use of AC_LIBOBJ. * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Move AC_LIBOBJ and gl_PREREQ_MBRTOWC invocations from here...