summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-19 11:10:37 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-19 11:10:37 -0500
commit5592b8d6bba4d5c53c30bae0290b4f242f00b858 (patch)
treec6cb48b1802bd65dd1c407b31c924a6edc203323 /configure.ac
parent4b7fc2a45bb64116ada3d2fff798cb3e6bc9b780 (diff)
downloadcolm-5592b8d6bba4d5c53c30bae0290b4f242f00b858.tar.gz
added autoconf and automake code for building asciidoc manual
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b0dc7f9e..06cda877 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,11 +75,15 @@ AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug], [enable debug statements]),
AC_DEFINE([DEBUG], [1], [enable debug statements]))
+AC_CHECK_PROG( ASCIIDOC, [asciidoc], [asciidoc] )
+AC_CHECK_PROG( PYGMENTIZE, [pygmentize], [pygmentize] )
+
dnl write output files
AC_OUTPUT([
Makefile
src/Makefile
aapl/Makefile
+ doc/Makefile
])
echo "configuration of colm complete"