Bootstrap secp256k1 in build scripts

This commit is contained in:
root
2026-05-01 15:55:52 +00:00
parent 5e4789e28c
commit 906a6affea
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -26,4 +26,8 @@ if ! command -v autoreconf >/dev/null 2>&1; then
exit 1
fi
if [ -x "$srcdir/src/secp256k1/autogen.sh" ]; then
(cd "$srcdir/src/secp256k1" && ./autogen.sh)
fi
autoreconf --install --force --warnings=all