Luke Dashjr
|
3b4b6dcdd7
|
Add MIT license to autogen.sh and share/genbuild.sh
|
8 years ago |
Andrés G. Aragoneses
|
889426d37e
|
autogen.sh: warn about needing autoconf if autoreconf is not found
Changes the error message from:
./autogen.sh: 9: ./autogen.sh: autoreconf: not found
To:
configuration failed, please install autoconf first
|
9 years ago |
Jonas Schnelli
|
2f9f082b5e
|
Squashed 'src/univalue/' content from commit 87d9045
git-subtree-dir: src/univalue
git-subtree-split: 87d90455ff5e87dedc304353aa23ace47ffb6c1c
|
9 years ago |
Pieter Wuille
|
d48555b36a
|
Squashed 'src/secp256k1/' content from commit ad2028f
git-subtree-dir: src/secp256k1
git-subtree-split: ad2028f9890ca40bdd32055aa0fe5c1c9af0e485
|
10 years ago |
Luke Dashjr
|
b77b4eda8d
|
Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems
|
10 years ago |
randy-waterhouse
|
e54381117a
|
Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.
|
10 years ago |
Cory Fields
|
b150b09edc
|
secp256k1: add libtool as a dependency
|
10 years ago |
Josh Triplett
|
82ccb05b07
|
autogen.sh: Stop passing --verbose to autoreconf
This quiets down the autotools build, making warnings much more visible.
|
11 years ago |
Josh Triplett
|
e12dafd7bb
|
autogen.sh: Use long options to autoreconf, for self-documentation
|
11 years ago |
Josh Triplett
|
19b9adda52
|
autogen.sh: Support running from outside the source directory
Initial steps towards supporting out-of-tree builds.
|
11 years ago |
Josh Triplett
|
97d285ab51
|
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
|
11 years ago |
Josh Triplett
|
f80b723c66
|
autogen.sh: Add a /bin/sh shebang.
|
11 years ago |
Cory Fields
|
35b8af9226
|
autotools: switch to autotools buildsystem
|
11 years ago |