This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]