aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 5 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index ad5e7bd..e81ba4d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,11 +24,12 @@ fi
# bootstrap the autotools
(
set -x
-aclocal
+aclocal --warnings=all
+# Apparently, not all versions of libtoolize support option --warnings=all .
${libtoolize} --automake --copy
-autoconf
-autoheader
-automake --gnu --add-missing --copy
+autoconf --warnings=all
+autoheader --warnings=all
+automake --warnings=all --gnu --add-missing --copy
)
if [ -n "$SKIP_SUBMODULE" ]; then