* Dirk Eddelbuettel <e...@debian.org> [2015-06-29 12:11]:
> Your simple patch looks pretty good, and I applied it to build 3.2.1-2
> rightaway.  It should also carry over to configure.ac which is probably what
> should have gotten patched too ...

That's what I thought, too, but I couldn't find anything makeinfo
related in configure.ac.  It's been a while since I had to touch
configure*, though.

I've attached the patch again for Kurt.

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
--- configure~	2015-06-29 14:47:14.497520859 +0000
+++ configure	2015-06-29 14:52:04.313526857 +0000
@@ -5269,6 +5269,8 @@
 if test -z "${texi2any_version_maj}" \
      || test -z "${texi2any_version_min}"; then
   r_cv_prog_texi2any_v5=no
+elif test ${texi2any_version_maj} -gt 5; then
+  r_cv_prog_texi2any_v5=yes
 elif test ${texi2any_version_maj} -lt 5 \
      || test ${texi2any_version_min} -lt 1; then
   r_cv_prog_texi2any_v5=no

Reply via email to