Changeset 22730
- Timestamp:
- 10/25/07 21:52:48 (13 months ago)
- Location:
- buildtools/trunk
- Files:
-
- 2 modified
-
binutils/configure.in (modified) (1 diff)
-
legacy/binutils/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buildtools/trunk/binutils/configure.in
r20228 r22730 2207 2207 # higher, else we use the "missing" dummy. 2208 2208 if ${MAKEINFO} --version \ 2209 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]| [5-9])' >/dev/null 2>&1; then2209 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then 2210 2210 : 2211 2211 else -
buildtools/trunk/legacy/binutils/configure.in
r20192 r22730 2207 2207 # higher, else we use the "missing" dummy. 2208 2208 if ${MAKEINFO} --version \ 2209 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]| [5-9])' >/dev/null 2>&1; then2209 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then 2210 2210 : 2211 2211 else
