Meson build doesn't install pkg.m4 #124
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I was recently trying out your meson build and while it built nicely I hadn't noticed that it didn't install the
pkg.m4
file. This resulted in a bunch of older projects still using autoconf failing with awkward syntax errors as they attempted to use thePKG_CHECK_MODULE
macro.Could the meson build still include
pkg.m4
for legacy projects?PS: Can you make the tests using kyua optional?
meson support is still under construction :)
Yeah I know, hence this report. Just trying it out