summaryrefslogtreecommitdiff
path: root/modules/stdint
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-06-26 17:27:53 +0000
committerBruno Haible <bruno@clisp.org>2006-06-26 17:27:53 +0000
commitb17f732462b975b60c11f8800e413c6dff691e0c (patch)
treea0e9e508e94ed6c7ea77be992b7cc1b95f523d9a /modules/stdint
parentf12d386e3f1c4573d0e8d35c313867f5ae2d481f (diff)
downloadgnulib-b17f732462b975b60c11f8800e413c6dff691e0c.tar.gz
Try harder to get WCHAR_MIN and WCHAR_MAX.
Diffstat (limited to 'modules/stdint')
-rw-r--r--modules/stdint3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/stdint b/modules/stdint
index e50bb2b761..03dee34163 100644
--- a/modules/stdint
+++ b/modules/stdint
@@ -22,7 +22,8 @@ EXTRA_DIST += stdint_.h
# We need the following in order to create <stdint.h> when the system
# doesn't have one that works with the given compiler.
stdint.h: stdint_.h
- sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
+ sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
+ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
-e 's|@''FULL_PATH_STDINT_H''@|$(FULL_PATH_STDINT_H)|g' \
-e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
-e 's|@''FULL_PATH_INTTYPES_H''@|$(FULL_PATH_INTTYPES_H)|g' \