summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2009-02-12 01:32:25 -0200
committerJohan Dahlin <johan@gnome.org>2009-02-12 01:32:25 -0200
commit10520e3660d27c6d2d7c15b61d6ad6ea079d5770 (patch)
tree4ded078bcb2a89ed1a22aff8f530b3757e6829fb /configure.ac
parent3af084006e5a89bf4c104e387b21a72810ab67fa (diff)
downloadgobject-introspection-10520e3660d27c6d2d7c15b61d6ad6ea079d5770.tar.gz
Add gtk-doc support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6f255e1e..4182a9dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,6 +161,9 @@ GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
+# gtk-doc
+GTK_DOC_CHECK([1.12])
+
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h])
@@ -201,5 +204,7 @@ tests/offsets/Makefile
tests/scanner/Makefile
tests/repository/Makefile
tests/everything/Makefile
+docs/Makefile
+docs/reference/Makefile
gobject-introspection-1.0.pc])
AC_OUTPUT