README 1.3 KB

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