]> git.draconx.ca Git - dxcommon.git/commitdiff
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)
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.


No differences found