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 | 9ecd83300705c1b672e8d36e06f936acf77c3858 (patch) | |
tree | 14894584643df7ecdf9abdbf8c541d494cea33cb /tools/missing-macros/src/README | |
parent | 6ed509a8a7151a50a87877218516bd47c28c8652 (diff) | |
download | upstream-9ecd83300705c1b672e8d36e06f936acf77c3858.tar.gz upstream-9ecd83300705c1b672e8d36e06f936acf77c3858.tar.bz2 upstream-9ecd83300705c1b672e8d36e06f936acf77c3858.zip |
missing-macros: add acc.m4, used by ucl and lzo
SVN-Revision: 24756
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 |