blob: 178102398cc9577f973383ded5c43b0f18dd03f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN binorig/configure binutils-2.17/configure
--- configure 2011-05-30 17:08:13.986437974 +0200
+++ configure 2006-04-06 23:49:25.000000000 +0200
@@ -3637,7 +3637,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]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
|