YARISIM: Simulate a framebuffer
[yari.git] / xtools / binutils-2.18.patch
blobf304476a13d94979e49be00516f41689cf29c146
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
4 @@ -6129,6 +6129,6 @@
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
10 else
11 MAKEINFO="$MISSING makeinfo"