- Generated file timestamp checks handle filesystems with sub-second
timestamp granularity dynamically, greatly speeding up make check,
- etc. However, this requires an autom4te from Autoconf 2.70 or later
- (or random test failures ensue); for older autom4te, we fall back
- to one-second granularity as before. (bug#64756)
+ etc. However, this requires an autom4te from Autoconf 2.72 (as yet
+ unreleased) or later (or random test failures and other timing
+ problems may ensue); for older autom4te, we fall back to one-second
+ granularity as before. (bug#64756)
- Dependency files are now empty, instead of '# dummy', for speed.