[Xfce4-commits] <ristretto:master> Fix generation of translated docs.
Stephan Arts
noreply at xfce.org
Mon Jan 2 22:36:01 CET 2012
Updating branch refs/heads/master
to 6ea5d16ea73b25929c5bfb36ae3c9f75ceaf2d21 (commit)
from 77f4b1cabddd9d1c3fdce52768d5bef545b5570f (commit)
commit 6ea5d16ea73b25929c5bfb36ae3c9f75ceaf2d21
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Jan 2 22:33:54 2012 +0100
Fix generation of translated docs.
configure.in.in | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 968b37b..d77635c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -90,6 +90,11 @@ if test x"$enable_gen_doc" = x"yes"; then
if test x"$GNOME_DOC_TOOL" = x"no"; then
enable_gen_doc=no
fi
+
+ AC_PATH_PROG([XML2PO], [xml2po], [no])
+ if test x"$XML2PO" = x"no"; then
+ enable_gen_doc=no
+ fi
],
[
enable_gen_doc=no
More information about the Xfce4-commits
mailing list