X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=9ca97af2148f27a59b2f3c18fc00885d9f8db27c;hb=8b7bcee23747613b8b7a0aa0715dc4668fae68e0;hp=f4e727e24f0f0f39f816884bb244bd89d9d9b67e;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index f4e727e24..9ca97af21 100644 --- a/modules/strcase +++ b/modules/strcase @@ -1,22 +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 -