warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / strcase
blob02ad607d98f053c7402d12ccfe0d392a8c66abfe
1 Description:
2 Case-insensitive string comparison functions.
4 Files:
5 lib/strcasecmp.c
6 lib/strncasecmp.c
7 m4/strcase.m4
9 Depends-on:
10 strings
12 configure.ac:
13 gl_STRCASE
14 if test $HAVE_STRCASECMP = 0; then
15   AC_LIBOBJ([strcasecmp])
16   gl_PREREQ_STRCASECMP
18 if test $HAVE_STRNCASECMP = 0; then
19   AC_LIBOBJ([strncasecmp])
20   gl_PREREQ_STRNCASECMP
23 Makefile.am:
25 Include:
26 <strings.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all