summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-25 19:40:14 +0100
committerBruno Haible <bruno@clisp.org>2008-12-25 19:40:14 +0100
commit9d19d64dfc42ee99cc00a0a08786fd2b67ec34d6 (patch)
treed040fe9402b423e48866abea37584a733536320b /modules
parent3967960663215f46b78fa0b3bc002065e821dcb9 (diff)
downloadgnulib-9d19d64dfc42ee99cc00a0a08786fd2b67ec34d6.tar.gz
Add support for universal builds to <inttypes.h>.
Diffstat (limited to 'modules')
-rw-r--r--modules/inttypes2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/inttypes b/modules/inttypes
index e66c491361..61c5d3f305 100644
--- a/modules/inttypes
+++ b/modules/inttypes
@@ -9,6 +9,7 @@ m4/inttypes.m4
Depends-on:
include_next
link-warning
+multiarch
stdint
configure.ac:
@@ -27,6 +28,7 @@ inttypes.h: inttypes.in.h
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
-e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
+ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/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/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \