From: Bruno Haible Date: Mon, 5 Feb 2007 02:51:17 +0000 (+0000) Subject: Addendum to last patch. X-Git-Tag: cvs-readonly~1118 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=7ea59ff595ae50b1c2c5d4c6aedef4678595eda7;p=gnulib.git Addendum to last patch. --- diff --git a/m4/strcasestr.m4 b/m4/strcasestr.m4 index 98992166e..52f3a58eb 100644 --- a/m4/strcasestr.m4 +++ b/m4/strcasestr.m4 @@ -1,4 +1,4 @@ -# strcasestr.m4 serial 5 +# strcasestr.m4 serial 6 dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -16,6 +16,5 @@ AC_DEFUN([gl_FUNC_STRCASESTR], # Prerequisites of lib/strcasestr.c. AC_DEFUN([gl_PREREQ_STRCASESTR], [ - AC_REQUIRE([gl_FUNC_MBRTOWC]) : ]) diff --git a/modules/strcasestr b/modules/strcasestr index 4a9b922e3..35632bc55 100644 --- a/modules/strcasestr +++ b/modules/strcasestr @@ -4,10 +4,8 @@ strcasestr() function: case-insensitive search for a substring in a string. Files: lib/strcasestr.c m4/strcasestr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter string configure.ac: