On Fri, Sep 11, 2009 at 11:57 AM, Dan Smithers <d...@astraguard.com> wrote:
> How can I tell autoconf to run the configure without worrying about it?

AC_CONFIG_SUBDIRS should be sufficient.

> Also, is there a way of setting up cascading projects that don't perform
> all the compiler checks for each sub-project?

is is already automatically done because of caching. You should see lines like

Checking whether XYZ supports -xyz: yes (cached)

(this sometimes has disadvantages, too)

Steffen


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to