<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- autogen.sh.orig	2011-05-14 12:20:17.000000000 -0700
+++ autogen.sh	2015-08-19 14:33:42.000000000 -0700
@@ -6,7 +6,7 @@
 intltoolize --force --copy
 
 echo "Running libtoolize"
-libtoolize --force --copy
+glibtoolize --force --copy
 
 echo "Removing autom4te.cache"
 rm -fr autom4te.cache
@@ -34,7 +34,7 @@
 ##export ACLOCAL=aclocal-1.4
 ##export AUTOMAKE=automake-1.4
 
-autoreconf -v -f
+autoreconf -v -f -i
 
 echo "======================================"
 echo "Now you are ready to run './configure'"
</pre></body></html>