mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
3 lines
33 B
Bash
Executable file
3 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -vif
|