On Tue, Dec 09, 2025 at 07:10:09AM +0100, Peter Eisentraut wrote:
> meson gives this warning now:
>
> ../src/meson.build:31: WARNING: The variable(s) 'NM' in the input file
> 'src/Makefile.global.in' are not present in the given configuration data.
>
> Looks like a small addition on src/makefiles/meson.build would fix it.
Oops. Let me see.. Indeed, the warning shows during the "Configuring
Makefile.global using configuration" step. This information has been
showing up in my logs while testing meson.
The attached takes care of the issue here. Adding that to pgxs_bins
may look adapted at first glance, but I don't quite see the point in
exposing this information to PGXS, so pgxs_empty is a better fit?
What do you think?
--
Michael