summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-08 09:47:53 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-01-10 23:15:03 +0000
commit0a270af05c174668a4ca71bdc666bcf7338f979a (patch)
tree7d139b6c3f5d4acd011b2a18f6d5e8d6a4d56fcd /configure.ac
parent3d12615671ae69b718d23e5eeeed4164eeeb4582 (diff)
downloadlibxklavier-0a270af05c174668a4ca71bdc666bcf7338f979a.tar.gz
Build introspection typelib
As per https://live.gnome.org/GObjectIntrospection/AutotoolsIntegration This requires a slight reorderingof $(xklavier_headers) so that g-ir-scanner does not run into unresolved symbols.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d505e8..d4c1745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([libxklavier/xklavier.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10 dist-bzip2])
+AM_INIT_AUTOMAKE([1.10 dist-bzip2 -Wno-portability])
AM_MAINTAINER_MODE([enable])
# Support silent build rules, requires at least automake-1.11. Disable
@@ -35,6 +35,9 @@ LT_INIT
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+# Introspection
+GOBJECT_INTROSPECTION_CHECK([1.30.0])
+
m4_ifset([GTK_DOC_CHECK], [
GTK_DOC_CHECK(1.0)
], [