mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
db72c181bb
Remove redundant checks (already done by LT_INIT).
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -if --warnings=all
|