Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.
diff --git a/autogen.sh b/autogen.sh
index 69f0382..1456b48 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,8 +41,9 @@
         echo "to pass any to it, please specify them on the $0 command line."
 fi
 
-aclocal
-automake
+libtoolize --copy --force                                                     
+aclocal                                                                       
+automake --add-missing
 autoconf
 ./configure "$@"