+2014-04-02 Benno Schulenberg <bensberg@justemail.net>
+ * configure.ac, doc/Makefile.am: Try to build the info documentation
+ only when 'makeinfo' is available. Patch partly by Mike Frysinger.
+
2014-04-02 Mike Frysinger <vapier@gentoo.org>
* doc/man/{,fr}/Makefile.am: Simplify the man rules still further.
* .gitignore: Add 'config.cache', created by './configure -C'.
AC_CHECK_LIB(magic, magic_open)
])
-# Check for groff html support
+# Check for groff html support.
AC_MSG_CHECKING([for HTML support in groff])
groff -t -mandoc -Thtml </dev/null >/dev/null
if test $? -ne 0 ; then
fi
AM_CONDITIONAL(GROFF_HTML, test x$groff_html_support = xyes)
+# Check for the availability of makeinfo.
+AC_CHECK_PROG(haveit, makeinfo, yes, no)
+AM_CONDITIONAL(HAVE_MAKEINFO, test x$haveit = xyes)
+
AC_CONFIG_FILES([
Makefile