Hallvard B Furuseth h.b.furuseth@usit.uio.no wrote:
How about recursive configure? I think autoconf supports that. ./configure --contrib or --recursive would run contrib/configure, etc. Still needs to add config stuff, but keeps dependencies out of the main configure and doesn't slow it down for people who don't need it.
Well, the goal was to avoid autoconf hacking...