summaryrefslogtreecommitdiff
path: root/modules/stdint
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-25 19:31:28 +0100
committerBruno Haible <bruno@clisp.org>2008-12-25 19:31:28 +0100
commit3967960663215f46b78fa0b3bc002065e821dcb9 (patch)
tree792d5098fcce58be08fe4a43028793de742c4f64 /modules/stdint
parentbf57161d3867968ecf2a4d666062c41d5a1fbddd (diff)
downloadgnulib-3967960663215f46b78fa0b3bc002065e821dcb9.tar.gz
Add support for universal builds to <stdint.h>.
Diffstat (limited to 'modules/stdint')
-rw-r--r--modules/stdint2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/stdint b/modules/stdint
index a7ba3d397f..97a9288150 100644
--- a/modules/stdint
+++ b/modules/stdint
@@ -13,6 +13,7 @@ m4/longlong.m4
Depends-on:
include_next
+multiarch
wchar
configure.ac:
@@ -36,6 +37,7 @@ stdint.h: stdint.in.h
-e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
+ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \