Browse Source
0.1026d1b65
src/Makefile.am: Simplify clean of leveldb (Josh Triplett)a26a367
configure.ac: Check for miniupnpc headers, not just -lminiupnpc (Josh Triplett)82ccb05
autogen.sh: Stop passing --verbose to autoreconf (Josh Triplett)e12dafd
autogen.sh: Use long options to autoreconf, for self-documentation (Josh Triplett)19b9add
autogen.sh: Support running from outside the source directory (Josh Triplett)97d285a
autogen.sh: Use set -e to fail if any command fails (Josh Triplett)f80b723
autogen.sh: Add a /bin/sh shebang. (Josh Triplett)
Wladimir J. van der Laan
11 years ago
3 changed files with 11 additions and 4 deletions
@ -1 +1,5 @@
@@ -1 +1,5 @@
|
||||
autoreconf -vif |
||||
#!/bin/sh |
||||
set -e |
||||
srcdir="$(dirname $0)" |
||||
cd "$srcdir" |
||||
autoreconf --install --force |
||||
|
Loading…
Reference in new issue