Incorrect option name for meson build - Mailing list pgsql-docs

From PG Doc comments form
Subject Incorrect option name for meson build
Date
Msg-id 172465652540.862882.17808523044292761256@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Incorrect option name for meson build
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/catalog-pg-type.html
Description:

Page:
https://www.postgresql.org/docs/16/install-meson.html#CONFIGURE-AUTO-FEATURES-MESON
Description:
Hello! As indicated in the "Build Process Details" section, in order to
control all features when building with a meson, you need to specify the
--auto_features option. But when I specify this option, the meson says that
it doesn't know it. But it knows the option -Dauto_features:

Example:
$ meson setup --auto_features=enabled build
usage: meson [-h]
{setup,configure,dist,install,introspect,init,test,wrap,subprojects,rewrite,compile,devenv,env2mfile,format,fmt,help}
...
meson: error: unrecognized arguments: --auto_features=enabled

$ meson setup -Dauto_features=enabled build
The Meson build system
Version: 1.5.1
Source dir: $HOME/postgresql
Build dir: $HOME/postgresql/build
Build type: native build
Project name: postgresql
Project version: 16.4
...

---
Best regards,
Egor Chindyaskin
Postgres Professional: https://postgrespro.com

pgsql-docs by date:

Previous
From: David Rowley
Date:
Subject: Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents
Next
From: sheng yan
Date:
Subject: Does the html document style has some problem of inline code?