missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet
[librecmc/librecmc.git] / tools / missing-macros / src / README
1 The m4/ directory below contains various m4 macros used
2 by different packages in the OpenWrt feed.
3
4
5 From GNU gettext:
6 Library linking and rpath helper macros.
7
8   lib-ld.m4
9   lib-link.m4
10   lib-prefix.m4
11
12 Integer data type test macros.
13
14   intmax.m4
15   wint_t.m4
16   inttypes-pri.m4
17   uintmax_t.m4
18   stdint_h.m4
19   intdiv0.m4
20   inttypes_h.m4
21
22 Program test macro.
23
24   progtest.m4
25
26 GNU libc version test macros.
27
28   glibc2.m4
29   glibc21.m4
30
31
32 From UCL and LZO:
33 Compiler ACC conformance testing macros.
34
35   acc.m4
36
37
38 From OSSP-JS:
39 Test macros for va_copy() implementations.
40
41   va_copy.m4
42
43
44 From libmikmod:
45 Feature test macros for the Enlightment Sound Daemon.
46
47   esd.m4
48
49
50 From libdnet:
51 Feature test macros for socket api implementations.
52
53   dnet.m4
54
55
56 From OpenWrt:
57 Always disable GTK docs.
58
59   fake-gtk-doc-check.m4