summaryrefslogtreecommitdiff
path: root/modules/inttypes
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-18 02:02:26 +0000
committerBruno Haible <bruno@clisp.org>2007-02-18 02:02:26 +0000
commit738e912a0f97a43c2b195bcec6fe34512208e81f (patch)
tree30eb93a0fa9d515ef58de097e114b3e8e2e6ad90 /modules/inttypes
parent2261dd45772d0344092bbecd9ecc9e6164a6c4e3 (diff)
downloadgnulib-738e912a0f97a43c2b195bcec6fe34512208e81f.tar.gz
Use GL_LINK_WARNING in the generated inttypes.h.
Diffstat (limited to 'modules/inttypes')
-rw-r--r--modules/inttypes2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/inttypes b/modules/inttypes
index c2b8885e5d..804deb9358 100644
--- a/modules/inttypes
+++ b/modules/inttypes
@@ -8,6 +8,7 @@ m4/inttypes.m4
Depends-on:
absolute-header
+link-warning
stdint
configure.ac:
@@ -31,6 +32,7 @@ inttypes.h: inttypes_.h
-e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
+ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/inttypes_.h; \
} > $@-t
mv $@-t $@