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