Tom Tromey <[EMAIL PROTECTED]> writes:
> At some point I'd like to fix the "adding a directory" problem. Right
> now if you add a new directory (edit AC_OUTPUT and SUBDIRS), automake
> won't notice correctly and a simple "make" won't rebuild the way you'd
> like.
>
> Likewise automake isn't ver
> "Kevin" == Kevin Ryde <[EMAIL PROTECTED]> writes:
Kevin> * automake.in (handle_configure): Call config.status with empty
Kevin> CONFIG_LINKS and CONFIG_COMMANDS when regenerating a file.
Thanks, I'm checking this in.
Kevin> I guess the same effect would be obtained from so
When config.status is invoked to regenerate a Makefile, I think it
might be possible to give an empty CONFIG_LINKS and CONFIG_COMMANDS as
well as the current empty CONFIG_HEADERS, to speed up regeneration
when there's a bunch of links.
* automake.in (handle_configure): Call config.status