From 24a09809a1797c65c400b477d6eb2c4251443c66 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 10 Mar 2011 16:26:20 -0700 Subject: [PATCH] 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 --- ChangeLog | 10 ++++++++++ modules/mbmemcasecoll | 1 + modules/mbtowc | 1 + modules/unistdio/u-printf-args | 1 + modules/vasnprintf | 1 + modules/wctomb | 1 + 6 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ff30cd15f..f3a122fcc9 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 9820097118..941b64625b 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 7e287680cd..f41d508385 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 eb15f1397e..a115d2b98e 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 6d266a17ee..35f5f3a307 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 33a785ee13..81d41c4b90 100644 --- a/modules/wctomb +++ b/modules/wctomb @@ -9,6 +9,7 @@ m4/wctomb.m4 Depends-on: stdlib wcrtomb +wchar configure.ac: gl_FUNC_WCTOMB -- 2.30.2