Commit
9a354cd exposed a few modules that were previously
picking up the <wchar.h> replacement via indirect dependency,
rather than explicitly including it. This led to a compile
failure on Tru64 for the vsnprintf module, for example.
* modules/mbmemcasecoll (Depends-on): Add wchar.
* modules/mbtowc (Depends-on): Likewise.
* modules/vasnprintf (Depends-on): Likewise.
* modules/unistdio/u-printf-args (Depends-on): Likewise.
* modules/wctomb (Depends-on): Likewise.
Reported by Peter O'Gorman.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2011-03-10 Eric Blake <eblake@redhat.com>
+
+ wchar: add explicit dependencies, for Tru64
+ * modules/mbmemcasecoll (Depends-on): Add wchar.
+ * modules/mbtowc (Depends-on): Likewise.
+ * modules/vasnprintf (Depends-on): Likewise.
+ * modules/unistdio/u-printf-args (Depends-on): Likewise.
+ * modules/wctomb (Depends-on): Likewise.
+ Reported by Peter O'Gorman.
+
2011-03-08 Bruno Haible <bruno@clisp.org>
passfd module, part 1, tweaks.
wcrtomb
memcmp2
memcoll
+wchar
configure.ac:
Depends-on:
stdlib
mbrtowc
+wchar
configure.ac:
gl_FUNC_MBTOWC
Depends-on:
unitypes
+wchar
configure.ac:
gl_PREREQ_PRINTF_ARGS
errno
memchr
verify
+wchar
configure.ac:
gl_FUNC_VASNPRINTF
Depends-on:
stdlib
wcrtomb
+wchar
configure.ac:
gl_FUNC_WCTOMB