aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add MIT license to autogen.sh and share/genbuild.shLuke Dashjr2016-09-211-0/+4
|
* autogen.sh: warn about needing autoconf if autoreconf is not foundAndrés G. Aragoneses2016-02-131-0/+2
| | | | | | | | Changes the error message from: ./autogen.sh: 9: ./autogen.sh: autoreconf: not found To: configuration failed, please install autoconf first
* Bugfix: Replace bashisms with standard sh to fix build on non-BASH systemsLuke Dashjr2014-10-031-1/+2
|
* Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.randy-waterhouse2014-09-161-1/+1
|
* secp256k1: add libtool as a dependencyCory Fields2014-07-011-0/+3
|
* autogen.sh: Stop passing --verbose to autoreconfJosh Triplett2013-11-271-1/+1
| | | | This quiets down the autotools build, making warnings much more visible.
* autogen.sh: Use long options to autoreconf, for self-documentationJosh Triplett2013-11-271-1/+1
|
* autogen.sh: Support running from outside the source directoryJosh Triplett2013-11-271-0/+2
| | | | Initial steps towards supporting out-of-tree builds.
* autogen.sh: Use set -e to fail if any command failsJosh Triplett2013-11-271-0/+1
| | | | In preparation for expanding autogen.sh.
* autogen.sh: Add a /bin/sh shebang.Josh Triplett2013-11-271-0/+1
|
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+1