aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-28 14:36:32 -0600
committerTed Gould <ted@gould.cx>2010-02-28 14:36:32 -0600
commit766b732468b5c8d08e30d8db355dfd1162134eec (patch)
treedb8001549385f63a8c356b36bf721944cb8b00c0 /configure.ac
parent688b1c13a36bf5c0dcc885000b7cec42e043bf24 (diff)
parente011a35e634aeb0a35c95e2c5b982062845262f1 (diff)
downloadlibdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.gz
libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.bz2
libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.zip
* Upstream Merge
* Adding in building of the GObject Introspection details
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2d08437..46667d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@
AC_INIT(libdbusmenu, 0.2.6, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
-AC_PREREQ(2.53)
+AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.2.6)
+AM_INIT_AUTOMAKE(libdbusmenu, 0.2.6, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -62,6 +62,12 @@ AC_SUBST(DBUSMENUTESTS_CFLAGS)
AC_SUBST(DBUSMENUTESTS_LIBS)
###########################
+# GObject Introspection
+###########################
+
+GOBJECT_INTROSPECTION_CHECK([0.6.7])
+
+###########################
# Lib versioning
###########################