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: Pathalogical behavior with "more" AM_CONDITIONAL()s?


>>>>> "Harlan" == Harlan Stenn <Harlan.Stenn@pfcs.com> writes:

Harlan> Again, I'm not sure why automake cares about SUBDIRS.

Automake computes DIST_SUBDIRS from SUBDIRS, unless you define
DIST_SUBDIRS yourself.  In this case it might try to compute a value.
With a large number of conditionals affecting the value of SUBDIRS,
this can be expensive :-(

Try setting DIST_SUBDIRS yourself and see if that solves the problem.

Tom



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