To support texinfo 4.4 "and higher" (for example texinfo 4.12), one configure.ac line should be modified:
- FROM - changequote(,) # 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 - TO - changequote(,) # 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[0-9]|[5-9])' >/dev/null 2>&1; then .. or something like that ;-) -- Summary: configure.ac & texinfo 4.12 Product: binutils Version: 2.18 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: olivier dot raoult at st dot com CC: bug-binutils at gnu dot org GCC build triplet: x86_64 GCC host triplet: x86_64 GCC target triplet: x86_64 http://sourceware.org/bugzilla/show_bug.cgi?id=6720 ------- 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