mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-20 08:26:15 -03:00
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -if --warnings=all
|