aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf
AgeCommit message (Collapse)Author
2009-09-19autoconf: Dont execute perl and m4 for target buildsKhem Raj
* configure decides to probe perl verison dont do that as it wont work when building target autoconf. So far it was executing /usr/bin/perl and /usr/bin/m4 which is found on most build machines however micro change the layout and /bin/perl and /bin/m4 is now not found. So it brought up a hidden bug. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-17autoconf: Fixed calling of perl and m4:Stanislav Brabec
* removed path_prog_fixes.patch * set needed ac_cv_* variables for non-native builds * depend on perl * for more see http://thread.gmane.org/gmane.comp.handhelds.openembedded/26476
2009-09-08autoconf: Fix canadian cross buildKhem Raj
* Remove RDEPENDS and DEPENDS duplication. * path_prog_fixes.patch is not needed for 2.61 * Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-06-05autoconf: add 2.63 with patches ported forward, disabled by defaultKoen Kooi
2009-04-07autoconf213-native: Added old autoconf for fennec recipe.Stanislav Brabec
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>