Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/unictype/property-left-of-pair @ 14685:f7f11056a86e
maint: remove useless REPLACE_*_H macros
There are still a few modules, like iconv_h.m4, that still
use older paradigms where GNULIB_POSIXCHECK is unsupported
and where gl_REPLACE_<HEADER>_H is still essential. But since
we are moving away from that style, I see no reason to keep
the idiom for the modules that don't need it.
* m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Delete.
* m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
* m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
* m4/poll_h.m4 (gl_REPLACE_POLL_H): Likewise.
* m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
* m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
* m4/wchar_h.m4 (gl_REPLACE_WCHAR_H): Likewise.
* m4/btowc.m4: Update callers.
* m4/dirfd.m4: Likewise.
* m4/duplocale.m4: Likewise.
* m4/fchdir.m4: Likewise.
* m4/fdopendir.m4: Likewise.
* m4/inet_ntop.m4: Likewise.
* m4/inet_pton.m4: Likewise.
* m4/ioctl.m4: Likewise.
* m4/mbrlen.m4: Likewise.
* m4/mbrtowc.m4: Likewise.
* m4/mbsinit.m4: Likewise.
* m4/mbsnrtowcs.m4: Likewise.
* m4/mbsrtowcs.m4: Likewise.
* m4/poll.m4: Likewise.
* m4/setlocale.m4: Likewise.
* m4/wcrtomb.m4: Likewise.
* m4/wcsnrtombs.m4: Likewise.
* m4/wcsrtombs.m4: Likewise.
* m4/wctob.m4: Likewise.
* m4/wcwidth.m4: Likewise.
* modules/posix_spawn: Likewise.
* modules/posix_spawn_file_actions_addclose: Likewise.
* modules/posix_spawn_file_actions_adddup2: Likewise.
* modules/posix_spawn_file_actions_addopen: Likewise.
* modules/posix_spawn_file_actions_destroy: Likewise.
* modules/posix_spawn_file_actions_init: Likewise.
* modules/posix_spawnattr_destroy: Likewise.
* modules/posix_spawnattr_getflags: Likewise.
* modules/posix_spawnattr_getpgroup: Likewise.
* modules/posix_spawnattr_getschedparam: Likewise.
* modules/posix_spawnattr_getschedpolicy: Likewise.
* modules/posix_spawnattr_getsigdefault: Likewise.
* modules/posix_spawnattr_getsigmask: Likewise.
* modules/posix_spawnattr_init: Likewise.
* modules/posix_spawnattr_setflags: Likewise.
* modules/posix_spawnattr_setpgroup: Likewise.
* modules/posix_spawnattr_setschedparam: Likewise.
* modules/posix_spawnattr_setschedpolicy: Likewise.
* modules/posix_spawnattr_setsigdefault: Likewise.
* modules/posix_spawnattr_setsigmask: Likewise.
* modules/posix_spawnp: Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 04 May 2011 14:26:56 -0600 |
parents | 9ef3893d2c73 |
children |
rev | line source |
---|---|
9471
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Test whether a Unicode character is "left of pair". |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/unictype/pr_left_of_pair.c |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/unictype/pr_left_of_pair.h |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 lib/unictype/bitmap.h |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Depends-on: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 unictype/base |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
12541
1b9d71e4e297
Use AC_C_INLINE instead of module 'inline' where possible.
Bruno Haible <bruno@clisp.org>
parents:
9471
diff
changeset
|
13 AC_REQUIRE([AC_C_INLINE]) |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
14 gl_LIBUNISTRING_MODULE([0.9], [unictype/property-left-of-pair]) |
9471
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
17 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LEFT_OF_PAIR |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
18 lib_SOURCES += unictype/pr_left_of_pair.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
19 endif |
9471
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 Include: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 "unictype.h" |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 License: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 LGPL |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 Maintainer: |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 Bruno Haible |
6dc73c76eced
Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 |