File binutils-fix_makeinfo.patch of Package libbfd_2_18_50
--- configure.ac.orig 2008-12-23 20:36:44.000000000 +0100
+++ configure.ac 2008-12-23 20:37:17.000000000 +0100
@@ -2396,21 +2396,6 @@
esac
AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
-case " $build_configdirs " in
- *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
- *)
-changequote(,)
- # 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
- :
- else
- MAKEINFO="$MISSING makeinfo"
- fi
- ;;
-changequote([,])
-esac
# FIXME: expect and dejagnu may become build tools?