1 diff -u binutils-2.18/configure binutils-2.18/configure.new
2 --- binutils-2.18/configure 2008-04-27 13:57:16.000000000 -0700
3 +++ binutils-2.18/configure.new 2008-04-27 13:56:48.000000000 -0700
5 # higher, else we use the "missing" dummy.
6 if ${MAKEINFO} --version \
7 - | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
8 + | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
11 MAKEINFO="$MISSING makeinfo"