From b17f732462b975b60c11f8800e413c6dff691e0c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 26 Jun 2006 17:27:53 +0000 Subject: Try harder to get WCHAR_MIN and WCHAR_MAX. --- modules/stdint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/stdint') 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 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' \ -- cgit v1.2.1