<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- libctf/configure.old	2022-12-28 09:54:26
+++ libctf/configure	2022-12-28 10:02:50
@@ -13500,7 +13500,7 @@
     # We require texinfo to be 6.3 or later, for a working synindex
     # and validatemenus: otherwise we fall back to /bin/true.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9][0-9])' &gt;/dev/null 2&gt;&amp;1; then
+       | egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9]\.[0-9])' &gt;/dev/null 2&gt;&amp;1; then
       build_info=yes
     else
         build_info=
</pre></body></html>