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