2 dnl Copyright (C) 2002 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
13 AC_DEFUN([gl_FUNC_STRCASECMP],
15 AC_REPLACE_FUNCS(strcasecmp)
16 if test $ac_cv_func_strcasecmp = no; then
21 AC_DEFUN([gl_FUNC_STRNCASECMP],
23 AC_REPLACE_FUNCS(strncasecmp)
24 if test $ac_cv_func_strncasecmp = no; then
29 # Prerequisites of lib/strcasecmp.c.
30 AC_DEFUN([gl_PREREQ_STRCASECMP], [
34 # Prerequisites of lib/strncasecmp.c.
35 AC_DEFUN([gl_PREREQ_STRNCASECMP], [