From: Michael Tremer Date: Wed, 26 Sep 2018 20:14:27 +0000 (+0200) Subject: configure: Require asciidoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0371f7d8a363cc7c0f80372790cdd5c09ddac30;p=network.git 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