From: Zbigniew Jędrzejewski-Szmek Date: Sat, 29 Jul 2023 12:07:07 +0000 (+0200) Subject: configure: update meson invocation X-Git-Tag: v255-rc1~898^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3c90acfee4f5bbd128bdc72008fa2f79d52cfd;p=thirdparty%2Fsystemd.git configure: update meson invocation New meson says: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. Inspired by https://github.com/systemd/systemd/issues/28482. --- diff --git a/configure b/configure index e130c6cb142..5c1722db050 100755 --- a/configure +++ b/configure @@ -21,4 +21,4 @@ done export "${cflags?}" "${cxxflags?}" set -x -exec meson build "${args[@]}" +exec meson setup build "${args[@]}"