diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:38:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:38:21 +0000 |
commit | 93cb309a059da73578a77cf81ff74b15064ef244 (patch) | |
tree | 54849dda89e5023061367820f83c2a257cb6a3cd /tools/missing-macros/src/README | |
parent | 9ecd83300705c1b672e8d36e06f936acf77c3858 (diff) | |
download | upstream-93cb309a059da73578a77cf81ff74b15064ef244.tar.gz upstream-93cb309a059da73578a77cf81ff74b15064ef244.tar.bz2 upstream-93cb309a059da73578a77cf81ff74b15064ef244.zip |
missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet
SVN-Revision: 24757
Diffstat (limited to 'tools/missing-macros/src/README')
-rw-r--r-- | tools/missing-macros/src/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tools/missing-macros/src/README b/tools/missing-macros/src/README index 18ba3e39e2..5ec7a86fe2 100644 --- a/tools/missing-macros/src/README +++ b/tools/missing-macros/src/README @@ -9,8 +9,51 @@ Library linking and rpath helper macros. lib-link.m4 lib-prefix.m4 +Integer data type test macros. + + intmax.m4 + wint_t.m4 + inttypes-pri.m4 + uintmax_t.m4 + stdint_h.m4 + intdiv0.m4 + inttypes_h.m4 + +Program test macro. + + progtest.m4 + +GNU libc version test macros. + + glibc2.m4 + glibc21.m4 + From UCL and LZO: Compiler ACC conformance testing macros. acc.m4 + + +From OSSP-JS: +Test macros for va_copy() implementations. + + va_copy.m4 + + +From libmikmod: +Feature test macros for the Enlightment Sound Daemon. + + esd.m4 + + +From libdnet: +Feature test macros for socket api implementations. + + dnet.m4 + + +From OpenWrt: +Always disable GTK docs. + + fake-gtk-doc-check.m4 |