Addendum to the last two patches.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Feb 2007 03:02:29 +0000 (03:02 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Feb 2007 03:02:29 +0000 (03:02 +0000)
ChangeLog

index 0aa4e8125bc2f31b3edf939688aa9807fcec5107..2fc21db6250438cca9de68d8925867c03f2af8bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
        the system does not have strcasestr. Set HAVE_STRCASESTR instead of
        REPLACE_STRCASESTR.
+       (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
        * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
        HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
        (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
        * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
        Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
+       * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
+       (Depends-on): Remove mbuiter.
        * MODULES.html.sh (Internationalization functions): Add mbscasestr.
 
 2007-02-04  Bruno Haible  <bruno@clisp.org>
        * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
        the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
        REPLACE_STRCASECMP.
+       (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
        * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
        GNULIB_MBSCASECMP.
        * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
        Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
+       * modules/strcase (Files): Remove m4/mbrtowc.m4.
+       (Depends-on): Remove mbuiter.
        * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
 
 2007-02-04  Bruno Haible  <bruno@clisp.org>