aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2016-09-21Add MIT license to autogen.sh and share/genbuild.shLuke Dashjr
2016-02-13autogen.sh: warn about needing autoconf if autoreconf is not foundAndrés G. Aragoneses
Changes the error message from: ./autogen.sh: 9: ./autogen.sh: autoreconf: not found To: configuration failed, please install autoconf first
2014-10-03Bugfix: Replace bashisms with standard sh to fix build on non-BASH systemsLuke Dashjr
2014-09-16Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.randy-waterhouse
2014-07-01secp256k1: add libtool as a dependencyCory Fields
2013-11-27autogen.sh: Stop passing --verbose to autoreconfJosh Triplett
This quiets down the autotools build, making warnings much more visible.
2013-11-27autogen.sh: Use long options to autoreconf, for self-documentationJosh Triplett
2013-11-27autogen.sh: Support running from outside the source directoryJosh Triplett
Initial steps towards supporting out-of-tree builds.
2013-11-27autogen.sh: Use set -e to fail if any command failsJosh Triplett
In preparation for expanding autogen.sh.
2013-11-27autogen.sh: Add a /bin/sh shebang.Josh Triplett
2013-09-05autotools: switch to autotools buildsystemCory Fields