X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=486a277652b5695c85fb4a4ed4e0ae037180567a;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=eb227ebb6d816537ac1b48d7bff707cca6f662bb;hpb=2dcc124c1f1a2551e94e808de68a1b463dc75ae0;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index eb227ebb6..486a27765 100644 --- a/modules/strcase +++ b/modules/strcase @@ -2,22 +2,31 @@ Description: Case-insensitive string comparison functions. 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: -lib_SOURCES += strcase.h Include: -"strcase.h" + + +License: +LGPLv2+ Maintainer: Bruno Haible -