diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:11:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:11:47 +0000 |
commit | c5ad6f017e8eff1cbae3d0ea00c0df0f4fdf4c2a (patch) | |
tree | 7bf0b9cd684676520366906972e7dcf398f709bb /tools/missing-macros/src/README | |
parent | 7ec016fe579b62581f4c5979b0cfa4f729e77354 (diff) | |
download | upstream-c5ad6f017e8eff1cbae3d0ea00c0df0f4fdf4c2a.tar.gz upstream-c5ad6f017e8eff1cbae3d0ea00c0df0f4fdf4c2a.tar.bz2 upstream-c5ad6f017e8eff1cbae3d0ea00c0df0f4fdf4c2a.zip |
[tools] missing-macros: add acc.m4, used by ucl and lzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/missing-macros/src/README')
-rw-r--r-- | tools/missing-macros/src/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/missing-macros/src/README b/tools/missing-macros/src/README index ec48a8f5d3..18ba3e39e2 100644 --- a/tools/missing-macros/src/README +++ b/tools/missing-macros/src/README @@ -3,8 +3,14 @@ by different packages in the OpenWrt feed. From GNU gettext: +Library linking and rpath helper macros. lib-ld.m4 lib-link.m4 lib-prefix.m4 + +From UCL and LZO: +Compiler ACC conformance testing macros. + + acc.m4 |