]> git.draconx.ca Git - liblbx.git/commit
Improve portability of testcase MD5 generation.
authorNick Bowler <nbowler@draconx.ca>
Wed, 22 Sep 2021 00:44:32 +0000 (20:44 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 22 Sep 2021 00:44:32 +0000 (20:44 -0400)
commit75fc1240d8975c8513eadd6b9ccb7c6d7be618b0
treed4155db92346caa04a32b59bcebf741c0dc72d7a
parent5f678b5604af19ce003930897e77fd78d7ab5c72
Improve portability of testcase MD5 generation.

GNU md5sum is not always available, but many systems have some form of
MD5 utility available in the base install.  Use the new DX_PROG_MD5
macro to locate such a utility and adjust the test suite to use it.

This will enable the original-data testcases to run on more systems.
Makefile.am
common
configure.ac
m4/md5sum.m4 [deleted file]
tests/moo2data.at