summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-22 19:05:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-27 15:32:31 +0100
commit80a0c998882d6b501564a3d508019811e9061c61 (patch)
tree78be0686123273cbf4c351d3e84b93cd187fd468
parent83471e869e464c63063e9e254bc8c40b25de03b7 (diff)
Require a newer gtk-doc and use it in templateless mode, fixing out-of-tree buildswip-templateless-gtk-doc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d70b9f7..9abed59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,7 +355,7 @@ AC_SUBST(DBUS_GLIB_TOOL_CFLAGS)
AC_SUBST(DBUS_GLIB_TOOL_LIBS)
### gtk-doc Documentation
-GTK_DOC_CHECK(1.4)
+GTK_DOC_CHECK([1.17], [--flavour no-tmpl])
#### Have to go $localstatedir->$prefix/var->/usr/local/var
#### someone please fix this a better way...