This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Pathalogical behavior with "more" AM_CONDITIONAL()s?
- From: Tom Tromey <tromey at redhat dot com>
- To: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- Cc: Robert Collins <robert dot collins at syncretize dot net>, Harlan Stenn <hstenn at modena dot cisco dot com>, automake at gnu dot org, Harlan dot Stenn at pfcs dot com
- Date: 17 Aug 2002 17:54:07 -0600
- Subject: Re: Pathalogical behavior with "more" AM_CONDITIONAL()s?
- References: <36052.1028333321@dog.pfcs.com>
- Reply-to: tromey at redhat dot com
>>>>> "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