repos
/
bitcoin
/
src
/
secp256k1
/ autogen.sh
autogen.sh
raw
1
#!/bin/sh
2
set -e
3
autoreconf -if --warnings=all
4