/[inetutils]/inetutils/m4/strcase.m4
ViewVC logotype

Diff of /inetutils/m4/strcase.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ams, Fri Jan 21 13:02:47 2005 UTC revision 1.2 by ams, Fri Dec 2 14:00:00 2005 UTC
# Line 1  Line 1 
1  # strcase.m4 serial 1  # strcase.m4 serial 3
2  dnl Copyright (C) 2002 Free Software Foundation, Inc.  dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
3  dnl This file is free software; the Free Software Foundation  dnl This file is free software; the Free Software Foundation
4  dnl gives unlimited permission to copy and/or distribute it,  dnl gives unlimited permission to copy and/or distribute it,
5  dnl with or without modifications, as long as this notice is preserved.  dnl with or without modifications, as long as this notice is preserved.
# Line 12  AC_DEFUN([gl_STRCASE], Line 12  AC_DEFUN([gl_STRCASE],
12    
13  AC_DEFUN([gl_FUNC_STRCASECMP],  AC_DEFUN([gl_FUNC_STRCASECMP],
14  [  [
15    AC_REPLACE_FUNCS(strcasecmp)    dnl No known system has a strcasecmp() function that works correctly in
16    if test $ac_cv_func_strcasecmp = no; then    dnl multibyte locales. Therefore we use our version always.
17      gl_PREREQ_STRCASECMP    AC_LIBOBJ(strcasecmp)
18    fi    AC_DEFINE(strcasecmp, rpl_strcasecmp, [Define to rpl_strcasecmp always.])
19      gl_PREREQ_STRCASECMP
20  ])  ])
21    
22  AC_DEFUN([gl_FUNC_STRNCASECMP],  AC_DEFUN([gl_FUNC_STRNCASECMP],
# Line 28  AC_DEFUN([gl_FUNC_STRNCASECMP], Line 29  AC_DEFUN([gl_FUNC_STRNCASECMP],
29    
30  # Prerequisites of lib/strcasecmp.c.  # Prerequisites of lib/strcasecmp.c.
31  AC_DEFUN([gl_PREREQ_STRCASECMP], [  AC_DEFUN([gl_PREREQ_STRCASECMP], [
32      AC_REQUIRE([gl_FUNC_MBRTOWC])
33    :    :
34  ])  ])
35    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26