Fix for currently known build issues.
diff --git a/autogen.sh b/autogen.sh
index 345ccc2..bd7a15f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,8 +11,7 @@
   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