Lines Matching refs:asciidoc
1083 AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command])
1085 AC_ARG_WITH(asciidoc,
1086 AS_HELP_STRING([--with-asciidoc],
1087 [Use asciidoc to regenerate documentation (default: ]_defopt[)]),
1092 AC_PATH_PROG([ASCIIDOC], [asciidoc])
1094 AC_MSG_WARN([asciidoc not found - documentation targets will be skipped])
1100 AC_PATH_PROG([ASCIIDOC], [asciidoc])
1102 AC_MSG_ERROR([--with-asciidoc=yes specified but asciidoc not found in PATH])
1107 AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified])
1111 AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no'])
1115 # scrape the asciidoc version
1116 AC_MSG_CHECKING([the asciidoc version])
1121 AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed])
1124 AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed])