build-release: configure before submodcheck

We added a submod dep (lowdown) that requires config to run first.
This commit is contained in:
niftynei
2022-09-21 20:44:35 -05:00
committed by Christian Decker
parent b9a7f36ab3
commit 910116c9e6

View File

@@ -72,6 +72,8 @@ if [ -z "$MTIME" ]; then
exit 1
fi
# submodcheck needs to know if we have lowdown
./configure --reconfigure
# If it's a completely clean directory, we need submodules!
make submodcheck
mkdir -p release