1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/wcspbrk
Bruno Haible b096caafc0 wcspbrk: Move AC_LIBOBJ invocations to module description.
* m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from
here...
* modules/wcspbrk (configure.ac): ... to here.
2011-06-16 00:07:10 +02:00

36 lines
459 B
Plaintext

Description:
wcspbrk() function: search a wide string for any of a set of wide characters.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcspbrk.c
lib/wcspbrk-impl.h
m4/wcspbrk.m4
Depends-on:
wchar
wcschr [test $HAVE_WCSPBRK = 0]
configure.ac:
gl_FUNC_WCSPBRK
if test $HAVE_WCSPBRK = 0; then
AC_LIBOBJ([wcspbrk])
fi
gl_WCHAR_MODULE_INDICATOR([wcspbrk])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible