X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=486a277652b5695c85fb4a4ed4e0ae037180567a;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=61f78ca30ffa62ec13803c371cfe2a2683a70331;hpb=0f729ef9a91420b04aabaa0b8b6f5e091b0734d8;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 61f78ca30..486a27765 100644 --- a/modules/strcase +++ b/modules/strcase @@ -7,18 +7,26 @@ lib/strncasecmp.c m4/strcase.m4 Depends-on: -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