Hello Ralf, thanks for your prompt answer!
On Tue, Jun 07, 2005 at 04:16:26PM +0200, Ralf Wildenhues wrote: > Put > AC_CONFIG_SUBDIRS([d1 d2 l1 l2 src1 src2]) > in toplevel configure.ac and > SUBDIRS = d1 d2 l1 l2 src1 src2 > in toplevel Makefile.am, in the order in which you want them configured > resp. built. I've thought about SUBDIRS, but didn't know how I do AC_CONFIG_SUBDIRS. But I have another problem with SUBDIRS. As I mentioned in the previous thread, specifying -j starts building of l1 and src1 in parallel. l1 lasts longer, and src1 fails due to missing l1. So I think I really need dependencies rather than sequence. What do you think? With kind regards, Baurzhan.