filemode tests: Fix comment.
[gnulib.git] / m4 / strcspn.m4
blobebe9847e1593242902077ca461ad6e38d1236bb6
1 # strcspn.m4
2 # serial 4
3 dnl Copyright (C) 2002-2003, 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_STRCSPN],
10   AC_CHECK_FUNCS([strcspn])
13 # Prerequisites of lib/strcspn.c.
14 AC_DEFUN([gl_PREREQ_STRCSPN], [:])