--- wikisrc/pkgsrc/how_to_convert_autotools_to_meson.mdwn 2020/11/10 19:41:22 1.4 +++ wikisrc/pkgsrc/how_to_convert_autotools_to_meson.mdwn 2020/11/17 11:31:40 1.5 @@ -14,12 +14,15 @@ Basics You won't need the following, so delete them: - GNU_CONFIGURE= yes - USE_LIBTOOL= yes + GNU_CONFIGURE= yes + USE_LIBTOOL= yes + USE_PKGLOCALEDIR= yes Neither meson or cmake (another increasingly popular alternative) uses libtool to make shared libraries. +`USE_PKGLOCALEDIR` is also actively harmful here. + You will need the following: .include "../../devel/meson/build.mk"