aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-30 09:37:56 -0500
committerTed Gould <ted@gould.cx>2012-03-30 09:37:56 -0500
commit2372656fcf782c7ca28acb579eb70dbd2e47f35a (patch)
tree82fb4dd5f076f792bf73b7ad019eb7d0ca47d238 /configure.ac
parent52617668cec85a2864819b3f86073096a7543363 (diff)
parent86df02fa5a703cacd492db1b999f9449c3247c6b (diff)
downloadlibdbusmenu-2372656fcf782c7ca28acb579eb70dbd2e47f35a.tar.gz
libdbusmenu-2372656fcf782c7ca28acb579eb70dbd2e47f35a.tar.bz2
libdbusmenu-2372656fcf782c7ca28acb579eb70dbd2e47f35a.zip
Merging trunk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 42c5b3d..e397cb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.5.95, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.5.96, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.5.95, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 0.5.96, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -118,7 +118,8 @@ AM_CONDITIONAL([WANT_TESTS], [test "x$enable_tests" != "xno"])
AS_IF([test "x$enable_tests" != "xno"],[
PKG_CHECK_MODULES(DBUSMENUTESTS, json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION,
+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
+ valgrind,
[have_tests=yes]
)
])