Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/wcsncat @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | 962d1b7d93af |
children |
rev | line source |
---|---|
14288 | 1 Description: |
2 wcsncat() function: append part of a wide string to a wide string. | |
3 | |
4 Status: | |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
10 Files: | |
11 lib/wcsncat.c | |
12 lib/wcsncat-impl.h | |
13 m4/wcsncat.m4 | |
14 | |
15 Depends-on: | |
16 wchar | |
17 | |
18 configure.ac: | |
19 gl_FUNC_WCSNCAT | |
15151
962d1b7d93af
wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14288
diff
changeset
|
20 if test $HAVE_WCSNCAT = 0; then |
962d1b7d93af
wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14288
diff
changeset
|
21 AC_LIBOBJ([wcsncat]) |
962d1b7d93af
wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14288
diff
changeset
|
22 fi |
14288 | 23 gl_WCHAR_MODULE_INDICATOR([wcsncat]) |
24 | |
25 Makefile.am: | |
26 | |
27 Include: | |
28 <wchar.h> | |
29 | |
30 License: | |
31 LGPL | |
32 | |
33 Maintainer: | |
34 Bruno Haible |