This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: auto* overhead
Alexandre Duret-Lutz wrote:
> Bruce> but the overhead is 221K -- *COMPRESSED*!!
>
> Obviously this distribution was not built with `make dist' (or `distcheck').
> `make dist' would not have included autom4te.cache/.
Here's the script:
> set -e
> set -x
> export SHELL=/bin/sh
> ./configure
> make
> make check
> make distcheck
> print "REBUILD SUCCESSFUL"
But I also remembered that 57K comes from incorporating another
library, so autotools are only responsible for 174K.