diff options
Diffstat (limited to 'crypto/secp256k1/libsecp256k1/autogen.sh')
-rwxr-xr-x | crypto/secp256k1/libsecp256k1/autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/secp256k1/libsecp256k1/autogen.sh b/crypto/secp256k1/libsecp256k1/autogen.sh new file mode 100755 index 000000000..65286b935 --- /dev/null +++ b/crypto/secp256k1/libsecp256k1/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +autoreconf -if --warnings=all |