From: Michael Tremer Date: Wed, 26 Sep 2018 20:14:27 +0000 (+0200) Subject: configure: Require asciidoc X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=57496df2abdaa620e8ce68abfa5ad65b211a3484 configure: Require asciidoc Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 08e9089a..117850f0 100644 --- a/configure.ac +++ b/configure.ac @@ -143,6 +143,10 @@ PKG_CHECK_MODULES([LIBNL], [libnl-3.0 libnl-genl-3.0]) # ------------------------------------------------------------------------------ +AC_CHECK_PROGS(ASCIIDOC, [asciidoc]) + +# ------------------------------------------------------------------------------ + AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([ Makefile