summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-05 02:42:27 +0000
committerBruno Haible <bruno@clisp.org>2007-02-05 02:42:27 +0000
commit9dcc0e05407833a59b84cb6b32460242ddc6ff98 (patch)
treee9dfaec911cbb9a411e7d2c1e11495aabf39aa09 /modules
parent4e7aba80b453ea7449aea9bc19010c32f5d0f304 (diff)
downloadgnulib-9dcc0e05407833a59b84cb6b32460242ddc6ff98.tar.gz
New module 'mbscasestr'. Reduced goal of 'strcasestr'.
Diffstat (limited to 'modules')
-rw-r--r--modules/string3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/string b/modules/string
index a2eab98f3c..573c2c1778 100644
--- a/modules/string
+++ b/modules/string
@@ -25,6 +25,7 @@ string.h: string_.h
-e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
-e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
-e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
+ -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
-e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
-e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
-e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
@@ -52,8 +53,8 @@ string.h: string_.h
-e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
-e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
-e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
+ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
- -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
< $(srcdir)/string_.h; \
} > $@-t
mv $@-t $@