X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=486a277652b5695c85fb4a4ed4e0ae037180567a;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=05c1c921c3155a41070f7a1ea598658a09552d70;hpb=1e4ece4ab9850fbfa88c9ec43ea518c7bc266792;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 05c1c921c..486a27765 100644 --- a/modules/strcase +++ b/modules/strcase @@ -5,22 +5,28 @@ Files: lib/strcasecmp.c lib/strncasecmp.c m4/strcase.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter -string +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: - + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible