This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: install-includeHEADERS
- From: Tom Tromey <tromey at redhat dot com>
- To: Ted Irons <ironst at saic dot com>
- Cc: automake at gnu dot org
- Date: 24 Feb 2002 11:54:17 -0700
- Subject: Re: install-includeHEADERS
- References: <3C76C50C.B665D976@saic.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ted" == Ted Irons <ironst@saic.com> writes:
Ted> The way that C++ include files are currently installed can
Ted> trigger a multitude of expensive recompilations (esp. if the
Ted> include files contain templates).
Ted> Any possibility of making the above behavior (or something like
Ted> it) the default behavior for install headers?
I'd prefer we not do this.
Instead, why not solve the problem by having an `install' which does
the comparisons? That way only people who want the feature will pay
for it.
Tom