summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-13 03:32:38 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-13 03:32:38 +0530
commita4a93917c98eae2241b56e3875d517eddd7491ea (patch)
treee56d4eecef05ddd0626066005931b84913cb1fc5 /configure.ac
parent31f98e9adceaf8b9834fc996b55e65bc25f79701 (diff)
doc: Use asciidoc for manpage
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8d0aa7e..7164905 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,10 +319,15 @@ AC_SUBST(ADDITIONAL_OBJECTS)
AC_SUBST(TINYPROXY_CONFIG_DIR)
AC_SUBST(TINYPROXY_CONFIG_FILE)
+# Check for asciidoc
+AC_PATH_PROG(A2X, a2x, no)
+AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
+
AC_CONFIG_FILES([
Makefile
src/Makefile
doc/Makefile
+doc/man8/Makefile
packaging/Makefile
packaging/fedora/tinyproxy.spec
packaging/fedora/Makefile