1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

docs: mesonconf is not a valid command, meson configure is

Meson documentation for `meson configure`
https://mesonbuild.com/Commands.html#configure

(cherry picked from commit 5adfb06d5582adf09421d189b5e2fc6b93fa23e8)
This commit is contained in:
igo95862 2021-01-11 16:04:33 +03:00 committed by Zbigniew Jędrzejewski-Szmek
parent 95ee2c6b48
commit b81e441b61

4
README
View File

@ -192,8 +192,8 @@ REQUIREMENTS:
Any configuration options can be specified as -Darg=value... arguments
to meson. After the build directory is initially configured, meson will
refuse to run again, and options must be changed with:
mesonconf -Darg=value...
mesonconf without any arguments will print out available options and
meson configure -Darg=value build/
meson configure without any arguments will print out available options and
their current values.
Useful commands: