Replace autotools with meson
This removes autotools and replaces it with meson. As far as I can tell, this builds everything that was previously built by autotools (mmsd
, tools), and the tests build/run too.
Besides the obvious difference of using a totally different build system, this also results in mmsd
being installed to PREFIX/bin
instead of PREFIX/libexec
For info on how to build/test/install the project with this change, see the changes I made to the README.
Edited by Clayton Craft