/[cvs]/ccvs/m4/strstr.m4
ViewVC logotype

Diff of /ccvs/m4/strstr.m4

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

revision 1.1 by dprice, Tue Mar 1 18:15:07 2005 UTC revision 1.2 by dprice, Sun Sep 4 05:58:36 2005 UTC
# Line 1  Line 1 
1  # strstr.m4 serial 2  # strstr.m4 serial 3
2  dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.  dnl Copyright (C) 2002-2003, 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.
6    
7  AC_DEFUN([gl_FUNC_STRSTR],  AC_DEFUN([gl_FUNC_STRSTR],
8  [  [
9    AC_REPLACE_FUNCS(strstr)    dnl No known system has a strstr() function that works correctly in
10    if test $ac_cv_func_strstr = no; then    dnl multibyte locales. Therefore we use our version always.
11      gl_PREREQ_STRSTR    AC_LIBOBJ(strstr)
12    fi    AC_DEFINE(strstr, rpl_strstr, [Define to rpl_strstr always.])
13      gl_PREREQ_STRSTR
14  ])  ])
15    
16  # Prerequisites of lib/strstr.c.  # Prerequisites of lib/strstr.c.
17  AC_DEFUN([gl_PREREQ_STRSTR], [:])  AC_DEFUN([gl_PREREQ_STRSTR], [
18      gl_FUNC_MBRTOWC
19    ])

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