This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.8 performance problems
- From: Harlan Stenn <hstenn at cisco dot com>
- To: Harlan Stenn <hstenn at cisco dot com>
- Cc: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>, hstenn at cisco dot com, automake at gnu dot org
- Date: Wed, 31 Mar 2004 20:08:55 -0800
- Subject: Re: automake 1.8 performance problems
OK, I think I have something.
If AC_CONFIG_AUX_DIR is populated, automake runs in 9-15 minutes of
wall-clock time.
If it is not populated (except for ltmain.sh) then it takes 45 minutes to
run.
The items that end up in AC_CONFIG_AUX_DIR are:
compile* config.sub* install-sh* missing*
config.guess* depcomp* ltmain.sh ylwrap*
Does this help at all?
H