mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
97d285ab51
In preparation for expanding autogen.sh.
3 lines
33 B
Bash
Executable file
3 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -vif
|