summaryrefslogtreecommitdiff
path: root/modules/string
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-15 02:25:14 +0100
committerBruno Haible <bruno@clisp.org>2008-01-15 02:25:14 +0100
commitf94627382dd83f0b4a5572a08257976e21d2f8d0 (patch)
treef81eb7d3d939c43bbe9ecdd0101465dc4a3f7af9 /modules/string
parent32dd52c8d62d4b4c2a08e2758938625f32574434 (diff)
downloadgnulib-f94627382dd83f0b4a5572a08257976e21d2f8d0.tar.gz
Replace strsignal if it does not work fine.
Diffstat (limited to 'modules/string')
-rw-r--r--modules/string1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/string b/modules/string
index 0a2fd71ce4..f59a11e352 100644
--- a/modules/string
+++ b/modules/string
@@ -72,6 +72,7 @@ string.h: string.in.h
-e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
-e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
-e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
+ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/string.in.h; \
} > $@-t