aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorrandy-waterhouse <noone@yodasan>2014-08-26 21:39:32 +1200
committerkiwigb <kiwigb@localhost.localdomain>2014-09-16 23:17:20 +1200
commite54381117a86f51a129056b18ad7f48967bdcf3a (patch)
tree722159b0e707839fc5a5f30270b4b45b88811d06 /autogen.sh
parent6fc1dc1a32b0f16ac6bdee323496ab1fd5d0b6c9 (diff)
downloadbitcoin-e54381117a86f51a129056b18ad7f48967bdcf3a.tar.xz
Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 50b85bcba0..ddfc09607e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,4 @@ cd "$srcdir"
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
export LIBTOOLIZE="${GLIBTOOLIZE}"
fi
-autoreconf --install --force
+autoreconf --install --force --warnings=all