]> git.draconx.ca Git - dxcommon.git/commit
Add helper to work around Solaris /bin/sh bug in Autotest.
authorNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 20:38:06 +0000 (16:38 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 20:45:00 +0000 (16:45 -0400)
commit5db74025e15a8a095f2c3ae48e80ab0feceb8944
tree451e8557570e4c34594133eed1bf75faef6706ba
parent1321031cabbb1f9c7ef41f94a9f897bcf564594a
Add helper to work around Solaris /bin/sh bug in Autotest.

This hackjob edits the definition of AT_INIT to fix the problem
described in this patch[1], even for versions of Autoconf which
do not include this fix (which, as of this writing, is all of
them).

Specifically, older Solaris /bin/sh does not correctly handle
redirections on : within a shell function, but Autotest test
suites expect this to work when preparing the environment
for AT_CHECK.

[1] https://lists.gnu.org/archive/html/autoconf-patches/2021-03/msg00000.html
snippet/at-compat.at [new file with mode: 0644]