]> git.draconx.ca Git - dxcommon.git/commit
Use AC_PROG_AWK and $AWK in DX_LINGUAS.
authorNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 04:21:42 +0000 (23:21 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 04:21:42 +0000 (23:21 -0500)
commit70c84546fa5ecaba26e4ed021b292a5580f304f0
treea5776e94df27201a350c8867d2109b1fa8d6749d
parente1ebfe7f258c1c99006fee8a3b6e111dc1d34d79
Use AC_PROG_AWK and $AWK in DX_LINGUAS.

The awk script used internally by this macro does not work on traditional
awk, such as old Solaris /bin/awk.  Use $AWK to get a better awk.

To avoid similar problems in the future, arrange for tests to be run
with a busted "awk" command in PATH, so only $AWK will work at all.
m4/linguas.m4
t/bork/awk [new file with mode: 0755]
testsuite.at