Re: Avoid modifying 'configure' or 'makefile' if no changes

"R. Diez" <[email protected]> Mon, 6 Apr 2026 21:14:53 +0200
Newsgroups gmane.comp.sysutils.autoconf.general
Message-ID <[email protected]>
> [...] If you don't update the timestamps, then every time you run make subsequently
> autoconf and automake will be re-run again

You are right. I guess there is no way to avoid the rebuilds then, without resorting to more complicated content-based change detection. The only thing I can do is to speed up the identical builds with ccache.

Regards,
   rdiez