X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=9ca97af2148f27a59b2f3c18fc00885d9f8db27c;hb=0ef31c6a7e21186dcb5f18d53ec132b56cdf2927;hp=23dfac71f2498843edb1e3442566246bb6c3a8d9;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 23dfac71f..9ca97af21 100644 --- a/modules/strcase +++ b/modules/strcase @@ -1,28 +1,38 @@ Description: Case-insensitive string comparison functions. +Status: +obsolete + +Notice: +This module is obsolete. + Files: -lib/strcase.h lib/strcasecmp.c lib/strncasecmp.c m4/strcase.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter +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: -EXTRA_DIST += strcase.h strcasecmp.c strncasecmp.c Include: -"strcase.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible -