* 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


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to