aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 345ccc2..bd7a15f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,8 +11,7 @@ then
mkdir config;
fi
-exec autoreconf -ivf -I src -I config && \
-aclocal && \
-autoheader && \
-autoconf && \
-automake --add-missing --copy
+WARNINGS="all,error"
+export WARNINGS
+
+autoreconf --install --verbose --force