# HG changeset patch # User Jan Nieuwenhuizen # Date 1253715846 -7200 # Node ID 6a76ca48aaab68cdc14461932a7474ac4a6765e9 # Parent 964452fe46fc0e94f2b761f583ed15c7c2504577 odcctools: automake/aclocal build fix. diff -r 964452fe46fc -r 6a76ca48aaab gub/specs/darwin/odcctools.py --- a/gub/specs/darwin/odcctools.py Wed Sep 23 14:38:21 2009 +0200 +++ b/gub/specs/darwin/odcctools.py Wed Sep 23 16:24:06 2009 +0200 @@ -17,6 +17,10 @@ if 'x86_64-linux' in self.settings.build_architecture: # odcctools does not build with 64 bit compiler cross.change_target_package_x86 (self, self.add_linux_x86_env ()) + def autoupdate (self): + # PROMOTEME: run aclocal if ^AM_ macros inside configure.* + self.system ('cd %(srcdir)s && aclocal') + cross.AutoBuild.autoupdate (self) def _get_build_dependencies (self): lst = ['darwin-sdk', 'tools::flex'] if 'x86_64-linux' in self.settings.build_architecture: