From: Eric Blake Date: Thu, 10 Mar 2011 23:26:20 +0000 (-0700) Subject: wchar: add explicit dependencies, for Tru64 X-Git-Tag: v0.1~3110 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=24a09809a1797c65c400b477d6eb2c4251443c66;hp=a04136afa59e495aef7c613c8c295326803dd9eb;p=gnulib.git wchar: add explicit dependencies, for Tru64 Commit 9a354cd exposed a few modules that were previously picking up the 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 --- diff --git a/ChangeLog b/ChangeLog index 3ff30cd15..f3a122fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-03-10 Eric Blake + + 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 passfd module, part 1, tweaks. diff --git a/modules/mbmemcasecoll b/modules/mbmemcasecoll index 982009711..941b64625 100644 --- a/modules/mbmemcasecoll +++ b/modules/mbmemcasecoll @@ -13,6 +13,7 @@ mbrtowc wcrtomb memcmp2 memcoll +wchar configure.ac: diff --git a/modules/mbtowc b/modules/mbtowc index 7e287680c..f41d50838 100644 --- a/modules/mbtowc +++ b/modules/mbtowc @@ -9,6 +9,7 @@ m4/mbtowc.m4 Depends-on: stdlib mbrtowc +wchar configure.ac: gl_FUNC_MBTOWC diff --git a/modules/unistdio/u-printf-args b/modules/unistdio/u-printf-args index eb15f1397..a115d2b98 100644 --- a/modules/unistdio/u-printf-args +++ b/modules/unistdio/u-printf-args @@ -13,6 +13,7 @@ m4/inttypes_h.m4 Depends-on: unitypes +wchar configure.ac: gl_PREREQ_PRINTF_ARGS diff --git a/modules/vasnprintf b/modules/vasnprintf index 6d266a17e..35f5f3a30 100644 --- a/modules/vasnprintf +++ b/modules/vasnprintf @@ -27,6 +27,7 @@ xsize errno memchr verify +wchar configure.ac: gl_FUNC_VASNPRINTF diff --git a/modules/wctomb b/modules/wctomb index 33a785ee1..81d41c4b9 100644 --- a/modules/wctomb +++ b/modules/wctomb @@ -9,6 +9,7 @@ m4/wctomb.m4 Depends-on: stdlib wcrtomb +wchar configure.ac: gl_FUNC_WCTOMB