]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Address “autom4te preselections” testsuite failure
authorZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 14:48:30 +0000 (09:48 -0500)
committerZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 14:48:30 +0000 (09:48 -0500)
commit8794cd1c2562db08cbc3ff569791e4e1db4d56f7
tree761aeb50f2c983cebb5d70b29e8da5a75b08b591
parente5d98f4c74b5e9f0125a07810ad79e3a66914d33
Address “autom4te preselections” testsuite failure

This test failure has the same root cause as described in
commit 3fbfb13e7a846e98fa931b2bce373b5b2364a11b: autom4te
regenerates the output unexpectedly because the output has
the *same* file modification timestamp as the cache file it
was generated from.  Apply the same stopgap fix.

* tests/tools.at (autom4te preselections): Immediately after
  running autoconf the first time, delay and then touch configure.
  Move the “echo newer > newer” line after the comment that explains
  what it’s for.  Insert additional blank lines for readability.
tests/tools.at