mirror of
https://github.com/bitcoin-core/secp256k1.git
synced 2026-07-21 14:43:37 +00:00
db72c181bb
Remove redundant checks (already done by LT_INIT).
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
autoreconf -if --warnings=all
|