Changeset 22730

Show
Ignore:
Timestamp:
10/25/07 21:52:48 (13 months ago)
Author:
bonefish
Message:

Applied r22729 to the configure.in files, too.

Location:
buildtools/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • buildtools/trunk/binutils/configure.in

    r20228 r22730  
    22072207    # higher, else we use the "missing" dummy. 
    22082208    if ${MAKEINFO} --version \ 
    2209        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then 
     2209       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then 
    22102210      : 
    22112211    else 
  • buildtools/trunk/legacy/binutils/configure.in

    r20192 r22730  
    22072207    # higher, else we use the "missing" dummy. 
    22082208    if ${MAKEINFO} --version \ 
    2209        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then 
     2209       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then 
    22102210      : 
    22112211    else