OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 ao:
65 Directory expansion macro for Automake.
66  
67 as-ac-expand.m4
68  
69  
70 From tinyproxy:
71 Autostars m4 macro for detection of compiler flags.
72  
73 as-compiler-flags.m4
74  
75  
76 From morituri:
77 Autostars m4 macro for versioning.
78  
79 as-version.m4
80  
81  
82 From liboil:
83 Check if unaligned memory access works correctly.
84  
85 as-unaligned-access.m4
86  
87  
88 From OpenWrt:
89 Always disable GTK docs.
90  
91 fake-gtk-doc-check.m4
92  
93 Provide intltool.m4 stubs to allow for autoreconf.
94  
95 fake-intltool.m4
96  
97 From XDM:
98 XAW macros.
99  
100 xaw.m4