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-03 09:56:38 -05:00
Code
Issues
Activity
5de4c5dffd
bitcoin-bitcoin-core
/
autogen.sh
4 lines
47 B
Bash
Raw
Normal View
History
Unescape
Escape
build: add autogen. How was this missing?
2014-06-16 21:40:44 -04:00
#!/bin/sh
Add autoreconf warnings. Replace obsolete AC_TRY_COMPILE. Remove redundant checks (already done by LT_INIT).
2014-11-06 22:20:05 +13:00
set
-e
autoreconf -if --warnings
=
all
Copy permalink