wchar: add explicit dependencies, for Tru64
authorEric Blake <eblake@redhat.com>
Thu, 10 Mar 2011 23:26:20 +0000 (16:26 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 10 Mar 2011 23:27:45 +0000 (16:27 -0700)
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>
ChangeLog
modules/mbmemcasecoll
modules/mbtowc
modules/unistdio/u-printf-args
modules/vasnprintf
modules/wctomb

index 3ff30cd15f6a81d6de41194004b20dd3af52de21..f3a122fcc9c2b9c535dd45738c8309824df957e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
index 982009711856126b6a8e458a86306519e546779e..941b64625b9183b1448f37a1c5718024f98cc09e 100644 (file)
@@ -13,6 +13,7 @@ mbrtowc
 wcrtomb
 memcmp2
 memcoll
+wchar
 
 configure.ac:
 
index 7e287680cd83983d1c03e9930bd6ed35a8394af0..f41d508385a605b464e5102800345327e16d41ca 100644 (file)
@@ -9,6 +9,7 @@ m4/mbtowc.m4
 Depends-on:
 stdlib
 mbrtowc
+wchar
 
 configure.ac:
 gl_FUNC_MBTOWC
index eb15f1397e345f4eb55b3a7ad40c70f5e01d94fd..a115d2b98ef59f6f11676b591ff7bc68b79a4a4f 100644 (file)
@@ -13,6 +13,7 @@ m4/inttypes_h.m4
 
 Depends-on:
 unitypes
+wchar
 
 configure.ac:
 gl_PREREQ_PRINTF_ARGS
index 6d266a17ee9f9cc099fe433de84390a39ad19bb7..35f5f3a3076c336e2786827f73cfa5265fef033a 100644 (file)
@@ -27,6 +27,7 @@ xsize
 errno
 memchr
 verify
+wchar
 
 configure.ac:
 gl_FUNC_VASNPRINTF
index 33a785ee1331b1601f858038043ac39938281657..81d41c4b90bdd44773784d67dd8fb354cced1ba9 100644 (file)
@@ -9,6 +9,7 @@ m4/wctomb.m4
 Depends-on:
 stdlib
 wcrtomb
+wchar
 
 configure.ac:
 gl_FUNC_WCTOMB