>From 06fee02c1608a67abb6d23b93e3828d5e3ea6b2b Mon Sep 17 00:00:00 2001 From: Peter Simons <sim...@cryp.to> Date: Mon, 15 Apr 2013 11:18:47 +0200 Subject: [PATCH] configure: support for the "docbook2man" utility to build the documentation
Signed-off-by: Peter Simons <sim...@cryp.to> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7dc82cf..0ea9d0e 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then db2xman="" AC_MSG_CHECKING(for docbook2x-man) - for name in docbook2x-man db2x_docbook2man; do + for name in docbook2x-man db2x_docbook2man docbook2man; do if "$name" --help >/dev/null 2>&1; then db2xman="$name" break; -- 1.8.2 ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel