autoconf
[Top][All Lists]
Advanced

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

Re: Making --config-cache the default


From: Ralf Wildenhues
Subject: Re: Making --config-cache the default
Date: Mon, 21 Jun 2004 15:37:12 +0200
User-agent: Mutt/1.4.1i

* Stephane Bortzmeyer wrote on Fri, Jun 11, 2004 at 12:29:09PM CEST:
> I have a huge configure script, with libtools tests, subdirectories,
> etc and it takes a really long time to execute it. --config-cache
> makes it much faster but I do not find how to make it the default?

Well, why don't you just get into the habit of adding --config.cache
(or -C, for short) to the first configure invocation of each build?
It's not hard, and Automake's rules for re-running configure will
take that into account.  On the first invocation, it will not be any
faster than without -C anyway.

On the other hand, there are reasons one would not want config.cache
to be enabled by default for all users.

Regards,
Ralf




reply via email to

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