Tom Tromey wrote:
> Lately I've been thinking about speeding up config.status,
> especially as regards automake.
> 
> Right now each Makefile.in automake generates has *every*
> configure substitution in it.  Why do all this work?  For
> automake it would be better if config.status simply created a
> file with all the substitutions, like so: "FOO = @FOO@".  Then
> we could include this
> file from Makefile (either by copying or by reference).
OK, this may be a stupid question, but do all makes have include?

        Bye
                Vasek

Reply via email to