summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 01:22:07 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 01:22:07 +0100
commitb1876e6e277008edfa4d9e66b19ba2bb939c6b00 (patch)
tree94606c29eff3aeddada047953d4d3260aeb8bab2 /modules
parent99da6dddc223fe2010686e459dc7b09811127b77 (diff)
downloadgnulib-b1876e6e277008edfa4d9e66b19ba2bb939c6b00.tar.gz
Work around wctob bug on Solaris 9.
Diffstat (limited to 'modules')
-rw-r--r--modules/wchar1
-rw-r--r--modules/wctob1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/wchar b/modules/wchar
index e38a6daefa..f0bbe92775 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -40,6 +40,7 @@ wchar.h: wchar.in.h
-e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
-e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
+ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/wchar.in.h; \
diff --git a/modules/wctob b/modules/wctob
index d32cbcbea0..c4dc155694 100644
--- a/modules/wctob
+++ b/modules/wctob
@@ -4,6 +4,7 @@ wctob() function: convert wide character to unibyte character.
Files:
lib/wctob.c
m4/wctob.m4
+m4/locale-fr.m4
Depends-on:
wchar