--- buildroot/toolchain/binutils/2.17.50.0.8/200-makeinfo_check.patchx 2008-08-25 10:51:33.000000000 +0200 +++ buildroot/toolchain/binutils/2.17.50.0.8/200-makeinfo_check.patch 2008-08-25 10:49:43.000000000 +0200 @@ -0,0 +1,11 @@ +--- binutils-2.17.50.0.8/configure.orig 2008-08-25 10:47:59.000000000 +0200 ++++ binutils-2.17.50.0.8/configure 2008-08-25 10:48:35.000000000 +0200 +@@ -3679,7 +3679,7 @@ + # 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 ++ | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.([4-9]|[1-9][0-9])|[5-9])' >/dev/null 2>&1; then + : + else + MAKEINFO="$MISSING makeinfo"