<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- autogen.sh.orig	2024-11-22 00:39:09
+++ autogen.sh	2024-11-22 00:40:39
@@ -3,7 +3,8 @@
 src_dir=`pwd`
 configure_options="$@"
 
-libtoolize
+glibtoolize
+autoupdate
 autoreconf -i --force
 automake
 
</pre></body></html>