[Nut-upsdev] [PATCH 01/36] fix a configure error message: asciidoc might actually be installed but documentation might still not be build-able (earlier messages should hint at exactly what was missing).
Greg A. Woods
woods at planix.com
Thu Mar 8 23:21:12 UTC 2012
From: "Greg A. Woods" <woods at planix.com>
---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index f906a30..aebfc55 100644
--- a/configure.in
+++ b/configure.in
@@ -594,7 +594,7 @@ no)
if test -z "${DOC_NOBUILD_LIST}"; then
nut_with_doc="yes"
else
- AC_MSG_ERROR(["Asciidoc is required for documentation support and missing"])
+ AC_MSG_ERROR(["Unable to build ${DOC_NOBUILD_LIST} documentation"])
fi
;;
esac
--
1.7.9.2
More information about the Nut-upsdev
mailing list