On Thu, Mar 29, 2007 at 03:18:53PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Fri, Mar 23, 2007 at 11:48:21PM +0100, Peter Kümmel wrote: > | > Is the something like "configure --enable-final" for the auto tools? > | > This is what I've "reinvented" for cmake. > | > | I think we should just go for explicit "master files": > | > | 19 lines added, 59 removed, almost the same performance gain as > | the "all in one file" solution. People can keep their small files, > | and even the autobuild stuff is leaner. > | > | I suppose this makes everybody happy. > | > | Comments? > > I'll rather rewrite our makefile.am's to not use/require recursive > make.
What would be needed? Basically merging all Makefile.am into src/Makefile.am? Andre'