chiark / gitweb /
build-sys: fix compatibility with vala 0.9
[elogind.git] / configure.ac
index 5e5dc0d2ac3923e8910201c608d46a5097b89ec9..b06fc2f9e509bc61cffb97d7087ed1d50495ddd9 100644 (file)
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[2],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd],[3],[systemd-devel@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
@@ -183,7 +183,7 @@ if test "x$enable_gtk" != "xno"; then
 fi
 AM_CONDITIONAL(HAVE_GTK, [test "$have_gtk" = "yes"])
 
-AM_PROG_VALAC([0.8])
+AM_PROG_VALAC([0.9])
 AC_SUBST(VAPIDIR)
 AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x)