Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/uniwbrk/wordbreak-property @ 13745:6328b8d2c617
Separate the module 'waitpid' from the module 'sys_wait'.
* lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is
present.
* m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke
gl_MODULE_INDICATOR_FOR_TESTS.
(gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID.
* modules/sys_wait (Depends-on): Remove waitpid.
(Makefile.am): Substitute GNULIB_WAITPID.
* modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR.
* tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the
signature only if the 'waitpid' module is present.
* doc/posix-functions/waitpid.texi: Mention the 'waitpid' module.
* NEWS: Mention the change.
* modules/grantpt (Depends-on): Add waitpid.
* modules/wait-process (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 29 Sep 2010 16:14:55 +0200 |
parents | 9ef3893d2c73 |
children | c5273d4d49b3 |
rev | line source |
---|---|
11134
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Base layer for word breaks. |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/uniwbrk/wordbreak-property.c |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/uniwbrk/wbrkprop.h |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 uniwbrk/base |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 configure.ac: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
12 gl_LIBUNISTRING_MODULE([0.9], [uniwbrk/wordbreak-property]) |
11134
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
15 if LIBUNISTRING_COMPILE_UNIWBRK_WORDBREAK_PROPERTY |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
16 lib_SOURCES += uniwbrk/wordbreak-property.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
17 endif |
11134
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Include: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 "uniwbrk.h" |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 License: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 LGPL |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 Maintainer: |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 Bruno Haible |
f08e03828662
New module 'uniwbrk/wordbreak-property'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 |