Robert Schwebel wrote: > Is there a standard solution for this kind of problem, or is there some > project out there which can act as a good example howt do do that? I think the standard solution would be to do multiple builds in different VPATH dirs of the support library during the normal make process. The sourceware "src" (i.e. gcc, binutils, etc) toplevel configure does this, for example when you build gcc you get a build-libiberty and a target-libiberty (and a host-libiberty for a canadian cross IIRC.) So you could look at how it's done there for an example. Brian _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf