From be034068bd09b9aa896bf3055fa0a597f2db4df4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Mar 2012 14:47:27 -0400 Subject: Require gnome-doc-utils >= 0.20.10. Works around the "Argument list too long" error when building user documentation on Linux. We gots lots 'o docs! --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00d00ab5e5..2d7143b768 100644 --- a/configure.ac +++ b/configure.ac @@ -186,7 +186,8 @@ PKG_PROG_PKG_CONFIG dnl ******************************************** dnl User / Developer Documentation dnl ******************************************** -GNOME_DOC_INIT +dnl gnome-doc-utils-0.20.10 fixes bug 67826 +GNOME_DOC_INIT(0.20.10) GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) dnl ****************************** -- cgit v1.2.3