We're trying to incrementally move away from autotools to WAF. Most of our sub-projects are autotools and we don't really want to convert them to WAF at once.
Do you have any tips or things to keep in mind when mixing up WAF and autotools.
I was thinking creating a simple wscript in each autotools subproject that would basically just do shell commands './configure', 'make', 'make install'. I couldn't find any better solution in WAF example directory. So I was wondering if you guys had any better idea?
Thanks!