--- autogen.sh.orig	2014-08-24 08:44:07.000000000 -0700
+++ autogen.sh	2015-04-26 03:45:21.000000000 -0700
@@ -22,7 +22,7 @@
 	DIE=1
 }
 
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
+(glibtool --version) < /dev/null > /dev/null 2>&1 || {
 	echo
 	echo "You must have libtool installed to compile $PROJECT."
 	echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
@@ -65,8 +65,8 @@
 echo "Running intltoolize"
 intltoolize --copy --force --automake
 
-echo "Running libtoolize"
-libtoolize --copy --force
+echo "Running glibtoolize"
+glibtoolize --copy --force
 
 aclocal $ACLOCAL_FLAGS
 autoheader
@@ -88,7 +88,7 @@
     echo "$@" >&2
 }
 
-conf_flags="--enable-maintainer-mode --enable-db2html"
+conf_flags=""
 if test x$NOCONFIGURE = x; then
     if [ "$#" = 0 ]; then
       printerr "**Warning**: I am going to run \`configure' with no arguments."
