X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=486a277652b5695c85fb4a4ed4e0ae037180567a;hb=c65d65a81e9d66960ae7ce5abe5069d5b7338ed2;hp=1f9823120749cb04e570786c7a72ba7c0f0e158c;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 1f9823120..486a27765 100644 --- a/modules/strcase +++ b/modules/strcase @@ -2,25 +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: -LGPL +LGPLv2+ Maintainer: Bruno Haible -