summaryrefslogtreecommitdiff
path: root/modules/stdio
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-07 01:51:15 +0000
committerBruno Haible <bruno@clisp.org>2007-03-07 01:51:15 +0000
commit42b1663b7d3709215dc638137cd6de091f063647 (patch)
treee3ae828ad75813552709878ec108c3f68da47532 /modules/stdio
parentb71105a1c23ebf6424de5bb8be4d976575a064c0 (diff)
downloadgnulib-42b1663b7d3709215dc638137cd6de091f063647.tar.gz
New module 'vsnprintf-posix'.
Diffstat (limited to 'modules/stdio')
-rw-r--r--modules/stdio1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/stdio b/modules/stdio
index a45da83d45..7eb9357582 100644
--- a/modules/stdio
+++ b/modules/stdio
@@ -24,6 +24,7 @@ stdio.h: stdio_.h
-e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
-e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
+ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/stdio_.h; \