Lines Matching refs:asciidoc
2049 AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command])
2051 AC_ARG_WITH(asciidoc,
2052 AS_HELP_STRING([--with-asciidoc],
2053 [Use asciidoc to regenerate documentation (default: ]_defopt[)]),
2058 AC_PATH_PROG([ASCIIDOC], [asciidoc])
2060 AC_MSG_WARN([asciidoc not found - documentation targets will be skipped])
2066 AC_PATH_PROG([ASCIIDOC], [asciidoc])
2068 AC_MSG_ERROR([--with-asciidoc=yes specified but asciidoc not found in PATH])
2073 AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified])
2077 AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no'])
2081 # scrape the asciidoc version
2082 AC_MSG_CHECKING([the asciidoc version])
2087 AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed])
2090 AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed])