autogen.sh: Put meson arguments right after command name

According to the meson man page, arguments go directly after the command's
name. Rearrange the call accordingly.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
Thomas Zimmermann 2019-05-17 10:18:47 +02:00 committed by Wim Taymans
parent 352b04ba21
commit 62afada593

View file

@ -18,5 +18,5 @@
# Only there to make jhbuild happy
mkdir -p build
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
meson setup "$@" build # use 'autogen.sh --reconfigure' to update
ln -sf build/Makefile Makefile