9d9fbfa8445217efcd98bf6d91634e834eaacb3c
[openwrt/svn-archive/archive.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 mfx_acc.m4
36 mfx_cppflags.m4
37 mfx_limits.m4
38
39
40 From OSSP-JS:
41 Test macros for va_copy() implementations.
42
43 va_copy.m4
44
45
46 From libmikmod:
47 Feature test macros for the Enlightment Sound Daemon.
48
49 esd.m4
50
51
52 From libdnet:
53 Feature test macros for socket api implementations.
54
55 dnet.m4
56
57
58 From FLAC:
59 XMMS feature detection macros.
60
61 xmms.m4
62
63
64 From OpenWrt:
65 Always disable GTK docs.
66
67 fake-gtk-doc-check.m4
68
69 Provide intltool.m4 stubs to allow for autoreconf.
70
71 fake-intltool.m4