Apologies if I'm missing something. It seems to me that configure does not correctly recognize makeinfo version >=4.10 (texinfo-4.11 has been just released)
The following patch fixes things for me (don't know if it's acceptable): *** configure.ac.ORIG Tue Sep 11 11:29:01 2007 --- mom Tue Sep 11 11:29:13 2007 *************** *** 2403,2409 **** # For an installed makeinfo, we require it to be from texinfo 4.4 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ ! | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo" --- 2403,2409 ---- # For an installed makeinfo, we require it to be from texinfo 4.4 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ ! | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo" ciao gabriele -- Summary: configure does not recognize makeinfo-4.11 Product: binutils Version: 2.18 Status: NEW Severity: normal Priority: P1 Component: admin AssignedTo: drow at sources dot redhat dot com ReportedBy: balducci at units dot it CC: bug-binutils at gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=5021 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils