autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding an external project to autoconf


From: Steffen Dettmer
Subject: Re: Adding an external project to autoconf
Date: Mon, 14 Sep 2009 12:40:18 +0200

On Fri, Sep 11, 2009 at 11:57 AM, Dan Smithers <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]