summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-03-10 16:26:20 -0700
committerEric Blake <eblake@redhat.com>2011-03-10 16:27:45 -0700
commit24a09809a1797c65c400b477d6eb2c4251443c66 (patch)
tree428646f3779f85c5c661b506a2f03855be638aba
parenta04136afa59e495aef7c613c8c295326803dd9eb (diff)
downloadgnulib-24a09809a1797c65c400b477d6eb2c4251443c66.tar.gz
wchar: add explicit dependencies, for Tru64
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>
-rw-r--r--ChangeLog10
-rw-r--r--modules/mbmemcasecoll1
-rw-r--r--modules/mbtowc1
-rw-r--r--modules/unistdio/u-printf-args1
-rw-r--r--modules/vasnprintf1
-rw-r--r--modules/wctomb1
6 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ff30cd15f..f3a122fcc9 100644
--- 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.
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