gcc-configure-texinfo.patch 337 B

1234567891011121314151617
  1. Chances are quite good that the installed makeinfo is sufficient.
  2. So ignore false positives where the makeinfo installed is so new
  3. that it violates the cheesy version grep.
  4. http://bugs.gentoo.org/198182
  5. --- configure
  6. +++ configure
  7. @@ -3573,6 +3573,6 @@
  8. :
  9. else
  10. - MAKEINFO="$MISSING makeinfo"
  11. + :
  12. fi
  13. ;;