]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AT_CHECK_MACRO: Preserve config.log and config.status from run 1.
authorZack Weinberg <zackw@panix.com>
Wed, 5 Aug 2020 14:45:22 +0000 (10:45 -0400)
committerZack Weinberg <zackw@panix.com>
Wed, 5 Aug 2020 14:45:22 +0000 (10:45 -0400)
commit6f4dd4677a091b1616af6f152b753be664964187
tree5ba2dcd3ff8bfc2bcb42007e2c933f6aa3c151fa
parentc16be7152d883483e1b8af0bd76c8d5800cbc3d0
AT_CHECK_MACRO: Preserve config.log and config.status from run 1.

AT_CHECK_MACRO runs a test configure script twice and looks for
differences in the results.  If something goes wrong, it’ll be helpful
for debugging to preserve the config.log and config.status files from
both runs.

* tests/local.at (AT_CHECK_MACRO): Also copy config.log and
  config.status to config-log.$at_run and config-status.$at_run
  respectively.
tests/local.at