README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. The m4/ directory below contains various m4 macros used
  2. by different packages in the OpenWrt feed.
  3. Integer data type test macros.
  4. intmax.m4
  5. inttypes-pri.m4
  6. uintmax_t.m4
  7. intdiv0.m4
  8. GNU libc version test macros.
  9. glibc2.m4
  10. glibc21.m4
  11. From UCL and LZO:
  12. Compiler ACC conformance testing macros.
  13. mfx_acc.m4
  14. mfx_cppflags.m4
  15. mfx_limits.m4
  16. From OSSP-JS:
  17. Test macros for va_copy() implementations.
  18. va_copy.m4
  19. From libmikmod:
  20. Feature test macros for the Enlightment Sound Daemon.
  21. esd.m4
  22. From libdnet:
  23. Feature test macros for socket api implementations.
  24. dnet.m4
  25. From FLAC:
  26. XMMS feature detection macros.
  27. xmms.m4
  28. From ao:
  29. Directory expansion macro for Automake.
  30. as-ac-expand.m4
  31. From tinyproxy:
  32. Autostars m4 macro for detection of compiler flags.
  33. as-compiler-flags.m4
  34. From morituri:
  35. Autostars m4 macro for versioning.
  36. as-version.m4
  37. From liboil:
  38. Check if unaligned memory access works correctly.
  39. as-unaligned-access.m4
  40. From OpenWrt:
  41. Always disable GTK docs.
  42. fake-gtk-doc-check.m4
  43. Provide intltool.m4 stubs to allow for autoreconf.
  44. fake-intltool.m4
  45. From XDM:
  46. XAW macros.
  47. xaw.m4