⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2007-10-25 22:25:24.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2007-10-25 22:25:24.0 +00:00:00
commit
76f9da413c337dc9ee905edacbc929a3f9d1402f [patch]
tree
43f539dd17e9cc7f552b3c49d01d41e1c6f64b51
parent
78cb788e26bae02b2572ae0ea130cb396231c91f
download
76f9da413c337dc9ee905edacbc929a3f9d1402f.tar.gz

Patch by tombhadac (slightly adjusted by myself): The binutils configure scripts accept makeinfo versions 4.x with x >= 10 now, too.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@22729 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 binutils/configure        | 2 +-
 legacy/binutils/configure | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/binutils/configure b/binutils/configure
index 28a0771..ce56a47 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -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]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
      :
    else
      MAKEINFO="$MISSING makeinfo"
diff --git a/legacy/binutils/configure b/legacy/binutils/configure
index dbcbdfe..2c42433 100755
--- a/legacy/binutils/configure
+++ b/legacy/binutils/configure
@@ -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]*([1-3][0-9]|4\.[4-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
      :
    else
      MAKEINFO="$MISSING makeinfo"