blob: dd9a9d3c9629b88dccdc5212285d4cf330d04b6f [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001The m4/ directory below contains various m4 macros used
2by different packages in the OpenWrt feed.
3
4
5Integer data type test macros.
6
7 intmax.m4
8 inttypes-pri.m4
9 uintmax_t.m4
10 intdiv0.m4
11
12
13GNU libc version test macros.
14
15 glibc2.m4
16 glibc21.m4
17
18
19From UCL and LZO:
20Compiler ACC conformance testing macros.
21
22 mfx_acc.m4
23 mfx_cppflags.m4
24 mfx_limits.m4
25
26
27From OSSP-JS:
28Test macros for va_copy() implementations.
29
30 va_copy.m4
31
32
33From libmikmod:
34Feature test macros for the Enlightment Sound Daemon.
35
36 esd.m4
37
38
39From libdnet:
40Feature test macros for socket api implementations.
41
42 dnet.m4
43
44
45From FLAC:
46XMMS feature detection macros.
47
48 xmms.m4
49
50
51From ao:
52Directory expansion macro for Automake.
53
54 as-ac-expand.m4
55
56
57From tinyproxy:
58Autostars m4 macro for detection of compiler flags.
59
60 as-compiler-flags.m4
61
62
63From morituri:
64Autostars m4 macro for versioning.
65
66 as-version.m4
67
68
69From liboil:
70Check if unaligned memory access works correctly.
71
72 as-unaligned-access.m4
73
74
75From OpenWrt:
76Always disable GTK docs.
77
78 fake-gtk-doc-check.m4
79
80Provide intltool.m4 stubs to allow for autoreconf.
81
82 fake-intltool.m4
83
84From XDM:
85XAW macros.
86
87 xaw.m4