This website requires JavaScript.
Explore
Help
Sign in
foster
/
bitcoin-bitcoin-core
Watch
0
Star
0
Fork
You've already forked bitcoin-bitcoin-core
0
mirror of
https://github.com/bitcoin/bitcoin.git
synced
2025-02-02 09:46:52 -05:00
Code
Issues
Activity
97d285ab51
bitcoin-bitcoin-core
/
autogen.sh
4 lines
33 B
Bash
Raw
Normal View
History
Unescape
Escape
autogen.sh: Add a /bin/sh shebang.
2013-11-27 17:21:40 -08:00
#!/bin/sh
autogen.sh: Use set -e to fail if any command fails In preparation for expanding autogen.sh.
2013-11-27 17:24:26 -08:00
set
-e
autotools: switch to autotools buildsystem
2013-05-27 19:55:01 -04:00
autoreconf -vif
Copy permalink