summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-18 12:34:39 -0500
committerColin Walters <walters@verbum.org>2009-02-18 12:34:39 -0500
commitcdcb727d2974c5a6e4675d05570cc091e909ce41 (patch)
tree742f3954d923c91b2a384b93318eee4d578d707b /configure.ac
parent4dc2fda639adc45d16e9925be516dbdefcba1f31 (diff)
downloadgobject-introspection-cdcb727d2974c5a6e4675d05570cc091e909ce41.tar.gz
Various gtk-doc fixes: only require 1.11, remove generated files, add docs to SUBDIRS
The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbb0ec5e..2996286d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
# gtk-doc
-GTK_DOC_CHECK([1.12])
+GTK_DOC_CHECK([1.11])
# Checks for header files.
AC_HEADER_STDC