Cleanup: use detected asciidoc to build CONTRIBUTING.html
[babeltrace.git] / configure.ac
index 1f2400e3864ce1bd51dc25d6a2058f3d906326d6..f0ef757ad72717623565e77a223ff9ae5b2377e8 100644 (file)
@@ -627,10 +627,10 @@ AS_IF([test "x$enable_api_doc" = "xyes"],
 have_asciidoc_xmlto=no
 warn_prebuilt_man_pages=no
 
-AS_IF([test "x$enable_man_pages" = "xyes"], [
-  AC_PATH_PROG([ASCIIDOC], [asciidoc], [no])
-  AC_PATH_PROG([XMLTO], [xmlto], [no])
+AC_PATH_PROG([ASCIIDOC], [asciidoc], [no])
+AC_PATH_PROG([XMLTO], [xmlto], [no])
 
+AS_IF([test "x$enable_man_pages" = "xyes"], [
   AS_IF([test "x$ASCIIDOC" = "xno" || test "x$XMLTO" = "xno"], [
     AS_IF([test "x$in_git_repo" = "xyes"], [
       # this is an error because we're in the Git repo, which
This page took 0.024065 seconds and 4 git commands to generate.