[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).
Arnaud Quette
aquette.dev at gmail.com
Fri May 11 08:37:32 UTC 2012
Hi Greg,
it took me more time than expected to digest my TODO queue.
but I'm now landing on your patch queue...
2012/3/9 Greg A. Woods <woods at planix.com>:
> 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
applied on trunk, r3568.
thanks
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/
More information about the Nut-upsdev
mailing list