diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 12:50:40 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 12:50:40 +0100 |
commit | 5d714e6fde623bd2462bd80e9078508001cbfdf7 (patch) | |
tree | ba2c6fbb1f509a9e79871c6190dd803f7d31153b | |
parent | 0223011f6c1da31f11e8d5e44f0276be34a2d7fe (diff) | |
download | libayatana-indicator-5d714e6fde623bd2462bd80e9078508001cbfdf7.tar.gz libayatana-indicator-5d714e6fde623bd2462bd80e9078508001cbfdf7.tar.bz2 libayatana-indicator-5d714e6fde623bd2462bd80e9078508001cbfdf7.zip |
Adding in checks for GTK Doc
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3ec1ed7..cb4665b 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,9 @@ PKG_CHECK_MODULES(LIBINDICATE, glib-2.0 >= $GLIB_REQUIRED_VERSION AC_SUBST(LIBINDICATE_CFLAGS) AC_SUBST(LIBINDICATE_LIBS) +########################### # GObject Introspection +########################### PKG_CHECK_MODULES(GOBJECT_INTROSPECTION, [gobject-introspection-1.0 >= 0.6]) @@ -70,6 +72,12 @@ TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" AC_SUBST(TYPELIBDIR) ########################### +# GTK Doc +########################### + +GTK_DOC_CHECK([1.4]) + +########################### # Internationalization ########################### |