X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=9ca97af2148f27a59b2f3c18fc00885d9f8db27c;hb=8b7bcee23747613b8b7a0aa0715dc4668fae68e0;hp=05c1c921c3155a41070f7a1ea598658a09552d70;hpb=3e3363f6fe86a6b7cfe1f4a762a33eb961e0770a;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 05c1c921c..9ca97af21 100644 --- a/modules/strcase +++ b/modules/strcase @@ -1,26 +1,38 @@ Description: Case-insensitive string comparison functions. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strcasecmp.c lib/strncasecmp.c m4/strcase.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter -string +strings configure.ac: gl_STRCASE +if test $HAVE_STRCASECMP = 0; then + AC_LIBOBJ([strcasecmp]) + gl_PREREQ_STRCASECMP +fi +if test $HAVE_STRNCASECMP = 0; then + AC_LIBOBJ([strncasecmp]) + gl_PREREQ_STRNCASECMP +fi Makefile.am: Include: - + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible