[Xfce4-commits] <xfce4-clipman-plugin:master> build-env: Update error message for --enable-gen-doc
Mike Massonnet
noreply at xfce.org
Fri Oct 28 14:48:01 CEST 2011
Updating branch refs/heads/master
to a52d5c8aff4e92e1ea29a8e86f77ba425bfc00d8 (commit)
from de6d10f88ab1f86f23c6f1b7749f050cef347608 (commit)
commit a52d5c8aff4e92e1ea29a8e86f77ba425bfc00d8
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Fri Oct 28 14:38:10 2011 +0200
build-env: Update error message for --enable-gen-doc
configure.ac.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 9ee8a96..06498a4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -108,7 +108,7 @@ if test x"$enable_gen_doc" = x"yes"; then
])
if test x"$enable_gen_doc" = x"no"; then
- AC_MSG_ERROR([Compiling with --enable-gen-doc but no suitable gnome-doc-utils found.])
+ AC_MSG_ERROR([Compiling with --enable-gen-doc but no suitable gnome-doc-utils and/or itstool found.])
fi
fi
AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])
@@ -153,6 +153,7 @@ echo " * Debug Support: $enable_debug"
echo " * XTEST extension: $enable_libxtst"
echo " * Unique: $enable_unique"
echo
+if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
echo "Enable Documentation: $enable_gen_doc"
echo
-
+fi
More information about the Xfce4-commits
mailing list