* Tatu Kilappa wrote on Fri, Jan 25, 2008 at 02:53:33AM CET:
>
> I solved the problem by calling configure scripts recursively via
> AC_CONFIG_SUBDIRS. It takes rather long to execute configure now, but
> that's not the real problem. Rather, I'm worried about the useless
> duplication of code in t
TK> However, i have no desire to run configure multiple times, which is
TK> why I'm asking about a setup that looks kind of as follows...
RW> As far as I know, the setup you desire is unfortunately not possible
RW> with the current Autoconf code.
Unfortunate.
I solved the problem by calling conf
Hello Tatu,
* Tatu Kilappa wrote on Tue, Jan 22, 2008 at 10:47:56PM CET:
> I'd want to ask if this is possible at all.
>
> I'm having a slightly complex build that has several parts. Each part
> should generate it's own Makefile in the right directory. However, i
> have no desire to run configure
I'd want to ask if this is possible at all.
I'm having a slightly complex build that has several parts. Each part
should generate it's own Makefile in the right directory. However, i
have no desire to run configure multiple times, which is why I'm asking
about a setup that looks kind of as follows