summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-20 14:51:52 +0200
committerBruno Haible <bruno@clisp.org>2008-09-20 14:51:52 +0200
commit6fe332a17fb940b8f7d988ec48968c6316c73ec6 (patch)
tree8ce0c1bca1f0cf9d7e60c752987fe906edbc7311 /modules/wchar
parentaaca8e8ecf3420607eaf117a557e459f7836371f (diff)
downloadgnulib-6fe332a17fb940b8f7d988ec48968c6316c73ec6.tar.gz
Ensure that wint_t gets defined on IRIX 5.3.
Diffstat (limited to 'modules/wchar')
-rw-r--r--modules/wchar2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/wchar b/modules/wchar
index 423558d94e..381f4758db 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -4,6 +4,7 @@ A <wchar.h> that works around platform issues.
Files:
lib/wchar.in.h
m4/wchar.m4
+m4/wint_t.m4
Depends-on:
include_next
@@ -25,6 +26,7 @@ wchar.h: wchar.in.h
-e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
-e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
-e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
+ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \