--- a/autogen.sh Wed Nov 09 07:58:36 2005 +0000
+++ b/autogen.sh Wed Nov 09 08:07:20 2005 +0000
@@ -58,7 +58,7 @@
fi
done
-aclocal $ACLOCAL_FLAGS || exit;
+aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
autoheader || exit;
automake --add-missing --copy;
autoconf || exit;