contrib/fedora: update configure-for-system to use meson by default

Makes it so that meson is used if there is no indication that
the user prefers autotools (no ./configure file is present).

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1945
This commit is contained in:
Jan Vaclav 2024-05-22 10:51:00 +02:00
parent 60c4da0011
commit ad9dbfad0b

View file

@ -312,7 +312,7 @@ if [ -z "$P_BUILD_TYPE" ] ; then
elif [ ! -d ./build -a -f ./configure ] ; then
P_BUILD_TYPE=autotools
else
P_BUILD_TYPE=autotools
P_BUILD_TYPE=meson
fi
fi