AC_CONFIG_HEADERS(<file>) has the nice habit of not touching <file> if it already exists and its contents are identical to what AC_OUTPUT would put in it. Is there a way to achieve the same behavior for the files listed in AC_CONFIG_FILES? My project here is doing unnecessary recompilations each time I run configure.
Thanks in advance for your help. -- Rafael
