blob: 8706d91234639b8f71a8c6b8d50e6d6911245b55 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001configure.ac: never generate the docs even if a2x is found as xmllint will fail finding custom dtd files
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Derek Straka <derek@asterius.io>
6--- git/configure.ac.orig 2016-08-15 09:53:46.787003658 -0400
7+++ git/configure.ac 2016-08-15 09:53:51.698972432 -0400
8@@ -37,7 +37,7 @@
9 ])
10
11 AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])
12-AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"])
13+AM_CONDITIONAL([HAVE_DOCTOOLS], [false])
14 AS_IF([test "x$ASCIIDOC" = "x"],
15 [AC_MSG_WARN([asciidoc not installed, man pages will not be created])])
16