Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
14298 | 1 Description: |
2 wcscspn() function: search a wide string for any of a set of wide characters. | |
3 | |
4 Status: | |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
10 Files: | |
11 lib/wcscspn.c | |
12 lib/wcscspn-impl.h | |
13 m4/wcscspn.m4 | |
14 | |
15 Depends-on: | |
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 | 19 |
20 configure.ac: | |
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 | 25 gl_WCHAR_MODULE_INDICATOR([wcscspn]) |
26 | |
27 Makefile.am: | |
28 | |
29 Include: | |
30 <wchar.h> | |
31 | |
32 License: | |
33 LGPL | |
34 | |
35 Maintainer: | |
36 Bruno Haible |