aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-07-20 16:32:46 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-22 18:30:56 +0300
commit46a04124b367f61a3419788276efc422bc3e67b8 (patch)
treeb6748ef86a74d9a154353ba436a45ca8086b56f7 /bootstrap
parentf55c40b045fbbbd20016b7dc483502584afd881d (diff)
configure: use stricter warnings
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index cd759b06..7c3d2200 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,5 +3,5 @@ set -x
aclocal -I config -I m4
libtoolize --copy
autoheader
-automake --add-missing --copy
+automake --add-missing --copy --warnings=all
autoconf