On 9/2/07, Chris Frey <[EMAIL PROTECTED]> wrote: > The advantage to keeping them separate is that they can be split into > separate source tarballs someday if needed. Not that it's likely, but > might be handy someday. > > Are there real advantages to having things in one configure setup? > > I don't think I'd change the build process if it is just an aesthetics thing.
I have good news :) It's possible to have the best of both worlds with the AC_CONFIG_SUBDIRS macro, which will recursively call configure in the subdirectories. It looks like I can add this without breaking any of the above use cases. The biggest change would be that when autoconf is called from the top, all of the configure scripts are generated at once, but that looks like a good thing. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel