Thread
-
Re: Migrate to autoconf 2.72?
Pavel Stehule <pavel.stehule@gmail.com> — 2025-12-01T13:40:08Z
po 1. 12. 2025 v 13:45 odesílatel Aleksander Alekseev < aleksander@tigerdata.com> napsal: > Hi, > > > I am not sure if there are some authorities who specified some generic > template of meson.build for extensions. > > [...] > > but now, there is zero support for meson for extension from Postgres > side. > > contrib/*/meson.build seem quite generic and quite supported. > > Or perhaps I don't quite understand the complexity you mentioned? > Maybe you could give a particular example? > you can try to compare https://github.com/okbob/plpgsql_check/blob/master/meson.build versus https://github.com/okbob/plpgsql_check/blob/master/Makefile The meson does one target more in this case, so these files are not 100% comparable - maybe at 75%, but still - for Make, I have almost all logic in include $(PGXS) > > -- > Best regards, > Aleksander Alekseev >