summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-10-30 07:56:21 +0000
committerihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-10-30 07:56:21 +0000
commita02ee2a8addc0cfe08706de81660952de5b791d6 (patch)
tree2ee2863596409e0b747c273f928f0307807bdc23 /configure.ac
parent1c775a6856caae4946344b919494a7eed1bae9cc (diff)
downloadpersistence-client-library-a02ee2a8addc0cfe08706de81660952de5b791d6.tar.gz
New version 0.2.1 (rev 1748), for chnages see ChangeLog
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a205fc5..1b5c517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([Persistence Client Library], [0.1.4], [not-valid@xse.de])
+AC_INIT([Persistence Client Library], [0.2.1], [not-valid@xse.de])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_GNU_SOURCE()
@@ -49,8 +49,6 @@ AC_CHECK_FUNCS([fdatasync ftruncate mkdir munmap rmdir strerror utime dlopen])
PKG_CHECK_MODULES(DEPS,
automotive-dlt
dbus-1
- dconf
- dconf-dbus-1
libitzam
glib-2.0)