annotate modules/wcscspn @ 15147:285793e104fa

wcscspn: Move AC_LIBOBJ invocations to module description. * m4/wcscspn.m4 (gl_FUNC_WCSCSPN): Move AC_LIBOBJ invocation from here... * modules/wcscspn (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:17:44 +0200
parents efab6978105e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14298
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcscspn() function: search a wide string for any of a set of wide characters.
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Status:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 obsolete
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Notice:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 This module is obsolete.
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Files:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/wcscspn.c
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/wcscspn-impl.h
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/wcscspn.m4
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Depends-on:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 wchar
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 14298
diff changeset
17 wcslen [test $HAVE_WCSCSPN = 0]
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 14298
diff changeset
18 wcschr [test $HAVE_WCSCSPN = 0]
14298
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 configure.ac:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 gl_FUNC_WCSCSPN
15147
285793e104fa wcscspn: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
22 if test $HAVE_WCSCSPN = 0; then
285793e104fa wcscspn: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
23 AC_LIBOBJ([wcscspn])
285793e104fa wcscspn: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
24 fi
14298
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 gl_WCHAR_MODULE_INDICATOR([wcscspn])
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Makefile.am:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Include:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 <wchar.h>
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 License:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 LGPL
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Maintainer:
f0c82d0c08e6 New module 'wcscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 Bruno Haible