summaryrefslogtreecommitdiff
path: root/modules/stdint
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-28 20:42:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-28 20:42:17 +0000
commitfe579acee957ae60e72a57bf0f083dd5840f96d6 (patch)
tree9be7c7a34168ea9fbe1430b966c20fa1f41e9249 /modules/stdint
parent19ddda3250a2ba8b0f09d39a7b428175bca9ce7d (diff)
downloadgnulib-fe579acee957ae60e72a57bf0f083dd5840f96d6.tar.gz
* lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else. * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define just before including <inttypes.h>, to avoid circular inclusion. * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here... * m4/stdint.m4 (gl_STDINT_H): ... from here. This undoes the most recent change to stdint.m4, since we're now addressing the problem in a different way. * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
Diffstat (limited to 'modules/stdint')
-rw-r--r--modules/stdint1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/stdint b/modules/stdint
index 657953b84b..73921cb8d4 100644
--- a/modules/stdint
+++ b/modules/stdint
@@ -29,7 +29,6 @@ stdint.h: stdint_.h
-e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
-e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
-e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
- -e 's|@''ABSOLUTE_INTTYPES_H''@|$(ABSOLUTE_INTTYPES_H)|g' \
-e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
-e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \