Mercurial > hg > octave-shane > gnulib-hg
annotate modules/wcpncpy @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | 0e2a34f6919c |
children |
rev | line source |
---|---|
14286 | 1 Description: |
2 wcpncpy() function: copy a size-bounded wide string. | |
3 | |
4 Files: | |
5 lib/wcpncpy.c | |
6 lib/wcpncpy-impl.h | |
7 m4/wcpncpy.m4 | |
8 | |
9 Depends-on: | |
14518
f117125e8cb9
wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
Bruno Haible <bruno@clisp.org>
parents:
14286
diff
changeset
|
10 extensions |
14286 | 11 wchar |
12 | |
13 configure.ac: | |
14 gl_FUNC_WCPNCPY | |
15139
0e2a34f6919c
wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14518
diff
changeset
|
15 if test $HAVE_WCPNCPY = 0; then |
0e2a34f6919c
wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14518
diff
changeset
|
16 AC_LIBOBJ([wcpncpy]) |
0e2a34f6919c
wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14518
diff
changeset
|
17 fi |
14286 | 18 gl_WCHAR_MODULE_INDICATOR([wcpncpy]) |
19 | |
20 Makefile.am: | |
21 | |
22 Include: | |
23 <wchar.h> | |
24 | |
25 License: | |
26 LGPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible |