* 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 the subsequent configure.ac files that mostly do > exactly the same thing as the parent one. Well, you can factor common code into a macro file to be m4_included from both configure.ac files (or use aclocal -I ... to find and include it). Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf