X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fstrcase;h=9ca97af2148f27a59b2f3c18fc00885d9f8db27c;hb=41d7a701b4d32af0f1a858ab633e598d8c0f1229;hp=84d832a8b216862b6a7de2f9226ec2e71a4c8d14;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 84d832a8b..9ca97af21 100644 --- a/modules/strcase +++ b/modules/strcase @@ -1,18 +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 Depends-on: +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: -"strcase.h" + + +License: +LGPLv2+ +Maintainer: +Bruno Haible