]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Rewrite mktests.sh in Perl.
authorZack Weinberg <zackw@panix.com>
Sat, 10 Oct 2020 19:47:01 +0000 (15:47 -0400)
committerZack Weinberg <zackw@panix.com>
Mon, 30 Nov 2020 16:45:27 +0000 (11:45 -0500)
commit82bc59ff70c5923a1e3be9953763e080b6634c28
tree1220622fee9dd4953f2df93697006e4957098147
parent8bf19fe82e08a98babbbfa5d7b8a42b6ee6b594f
Rewrite mktests.sh in Perl.

This is probably marginally faster since it doesn’t have to read the
.m4 files twice or muck around with temporary files and subprocesses,
but the actual point of this rewrite is that it will make it easier to
provide additional arguments to AT_CHECK_MACRO and AT_CHECK_AU_MACRO
on a per-macro basis; this capability will be added and used in the
next patch.

In *this* patch, the ac*.at files are not functionally changed at all.
(The comments come out slightly differently, though.)

* tests/mktests.sh: Delete and...
* tests/mktests.pl: ...rewrite in Perl.
* tests/local.mk: Update to match.
tests/local.mk
tests/mktests.pl [new file with mode: 0644]
tests/mktests.sh [deleted file]