Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-10-07 | Added double quotes | Ava Barron | |
Added double quotes to prevent globbing and word splitting. | |||
2019-07-04 | Enable ShellCheck rules | Hennadii Stepanov | |
Enabled ShellCheck rules: SC1087 SC2001 SC2004 SC2005 SC2006 SC2016 SC2028 SC2048 SC2066 (note that IFS already contains only a line feed) SC2116 SC2166 SC2181 SC2206 SC2207 SC2230 SC2236 | |||
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2016-09-21 | Add MIT license to autogen.sh and share/genbuild.sh | Luke Dashjr | |
2016-02-13 | autogen.sh: warn about needing autoconf if autoreconf is not found | André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-03 | Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems | Luke Dashjr | |
2014-09-16 | Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR. | randy-waterhouse | |
2014-07-01 | secp256k1: add libtool as a dependency | Cory Fields | |
2013-11-27 | autogen.sh: Stop passing --verbose to autoreconf | Josh Triplett | |
This quiets down the autotools build, making warnings much more visible. | |||
2013-11-27 | autogen.sh: Use long options to autoreconf, for self-documentation | Josh Triplett | |
2013-11-27 | autogen.sh: Support running from outside the source directory | Josh Triplett | |
Initial steps towards supporting out-of-tree builds. | |||
2013-11-27 | autogen.sh: Use set -e to fail if any command fails | Josh Triplett | |
In preparation for expanding autogen.sh. | |||
2013-11-27 | autogen.sh: Add a /bin/sh shebang. | Josh Triplett | |
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |