[Xfce4-commits] <libxfce4ui:master> Add fix for broken docbook compilation.
Nick Schermer
noreply at xfce.org
Sun Oct 18 13:56:01 CEST 2009
Updating branch refs/heads/master
to d896cd6b5eb663eb04bbf042a97191dd470785f6 (commit)
from 4235a596f2a6703ff6336e3a369d2cc221da368e (commit)
commit d896cd6b5eb663eb04bbf042a97191dd470785f6
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 13:47:13 2009 +0200
Add fix for broken docbook compilation.
configure.in.in | 6 ++++++
docs/Makefile.am | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index ea6877c..d93e018 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -199,6 +199,12 @@ dnl *** Check for linker optimizations ***
dnl **************************************
XDT_FEATURE_LINKER_OPTS()
+dnl *************************************
+dnl *** Compensate for broken gtk-doc ***
+dnl *************************************
+XDT_SUPPORTED_FLAGS([GTK_DOC_EXTRA_CFLAGS], [-Wno-sign-compare])
+AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
+
dnl *********************************
dnl *** Substitute platform flags ***
dnl *********************************
diff --git a/docs/Makefile.am b/docs/Makefile.am
index de5e768..ba551be 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -50,7 +50,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(LIBXFCE4UTIL_CFLAGS) \
- $(GTK_CFLAGS)
+ $(GTK_CFLAGS) \
+ $(GTK_DOC_EXTRA_CFLAGS)
GTKDOC_LIBS = \
$(LIBXFCE4UTIL_LIBS) \
More information about the Xfce4-commits
mailing list